Sublime Forum

Write a backtick on Windows7 and Spanish keyboard

#1

Hi,

I’ve been trying to figure out a way to fix this: when I try to actually write down a " ` " character, the combination

key evt: control+alt+/

is triggered, and this ‘/’ character is not on that key, it is actually ‘}’.

I think this is similar to this thread but since that is 2012 I decided to ask again.

My workaround so far has been to add the following line to my key-bindings:

{ "keys": ["ctrl+alt+-"], "command": "insert", "args": {"characters": "`"} }

Notice the use of a key that does not have a third character (triggered by the use of AltGr or Ctrl+Alt)

Is there a way to stop Sublime from thinking I’m pressing the / key instead of } ?

1 Like