Sublime Forum

Ctrl+= vs. Ctrl+Equals, what is the difference?

#1

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?

0 Likes

#2

equals is undocumented btw.
https://www.sublimetext.com/docs/key_bindings.html#key_names

0 Likes