I am using Sublime Text 3 on Windows with German keyboard. The backslash \
is assigned to alt gr + ß
but this key binding is not properly working. (The cursor goes up by several lines.)
Since alt gr
is equivalent to ctrl+alt
on Windows, I added the following line in sublime-keymap.
{ "keys": ["ctrl+alt+ß"], "command": "insert", "args": {"characters": "\\"} }
But this is not working, neither.
Is it possible to assign \
to alt gr+ß
?
Note:
"keys": ["ctrl+alt+0"]
(instead of "keys": ["ctrl+alt+ß"]
) works. But I want use "alt gr+ß" for backslash."keys": ["ctrl+alt+\u00DF"]
is not working. The following settings works perfect!
In Preferences
-> Key Bindings
{ "keys": ["ctrl+alt+["], "command": "insert", "args": {"characters": "\\"} }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With