question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to remove a key binding

See original GitHub issue

I’m using ConEmu and I’d like to remove the key binding of the Ctrl+Space behavior. But can’t find a way to remove it.

Try to do this -Key Shift+Backspace -Function BackwardKillWord to overwrite. But instead of overwriting, it’s adding an extra binding.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
misaxicommented, Sep 11, 2014

it doesn’t seem to be working, this is what I would like to have unbind the Ctrl+Backspace to respect the shell’s behaviour I did this, and it’s still get hooked by the empty script I think?

Set-PSReadlineKeyHandler -Key Ctrl+Backspace -ScriptBlock {}

Do you know is there a way say bubble up the event?

1reaction
lzybkrcommented, Sep 11, 2014

As a workaround, you could use:

Set-PSReadlineKeyHandler -Key Shift+Backspace -ScriptBlock {}

This way, nothing will happen with that key. Get-PSReadlineKeyHandler will report the key as bound to something, but you can ignore that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't remove keybinding from Keyboards Shortcuts editor
Open Keybindings.json file and do edits; Check in the logs for existence of keybindings.json. If possible provide us the logs ...
Read more >
Remove keybind... : r/DestinyTheGame
solution: Assign the same keybind again. For example: if you have nitro set to "K" and you want to remove it - simply...
Read more >
Cannot remove pre-existing keybinds on mac :: Celeste ...
I believe that is the Tab key. Some menu binds require a key to be set. You should be able to add a...
Read more >
How do I remove keybinds from F1 to F12?
1) Run the keyboard troubleshooter at Settings > Update & Security > Troubleshoot. 2) If this began within the recent past, See if...
Read more >
Remove a keyboard shortcut from VS Code
Right-click on the key-binding you want to delete ( Ctrl + Alt + DownArrow in this case). Click Remove Keybinding . Remove Keybinding....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found