Unable to remove a key binding
See original GitHub issueI’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:
- Created 9 years ago
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?Do you know is there a way say bubble up the event?
As a workaround, you could use:
This way, nothing will happen with that key. Get-PSReadlineKeyHandler will report the key as bound to something, but you can ignore that.