Hi,
Since switching to sublime text 3, it has been impossible for me to unbind some commands which clash with my keyboard’s layout.
Here’s an example of a crucial key that has been disabled:
Ampersands (&) are made by pressing altgr+P on my keyboard layout (bépo).
There is a pre-bound command to that key combo in ST3: « { “keys”: “ctrl+alt+p”], “command”: “prompt_select_workspace” }, »
I have tried to disable it by entering the following line in my user keymap: « { “keys”: “ctrl+alt+p”], “command”: “unbound” } ». The command is now disabled and I do not see the prompt anymore when using altgr+P. However, I can not type ampersands in sublime text using altgr+P. It does nothing at all. It used to work in Sublime Text 2 by just removing the shortcut line from the global keymap, which I can’t do anymore in Sublime Text 3.
I also tried to bind the “prompt_select_workspace” command to something else, but it does not unbind it from altgr+P and instead ends up having two working shortcuts.
TLDR Summary: I want to unbind a key so that it does what it’s meant to do on my keyboard layout, but can’t in ST3.
The following really important keys are not working anymore for me due to this problem: Ampersand (&), tilde (~), underscore (_). You can imagine how this impairs my coding ability. For now, I have switched back to Sublime Text 2, and hope to find a solution to this issue.
Thanks in advance for the help.
Eric B.