The following is from Default (Windows).sublime-keymap
:
{ "keys": ["ctrl+="], "command": "increase_font_size" },
{ "keys": ["ctrl+equals"], "command": "increase_font_size" },
Why is it so? What is the difference between =
and equals
?
The following is from Default (Windows).sublime-keymap
:
{ "keys": ["ctrl+="], "command": "increase_font_size" },
{ "keys": ["ctrl+equals"], "command": "increase_font_size" },
Why is it so? What is the difference between =
and equals
?
equals
is undocumented btw.
https://www.sublimetext.com/docs/key_bindings.html#key_names