You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to change the default key from 'command+' to 'control+'.
I've added { "keys": ["ctrl+\\"], "command": "valign" }
to my User key map. I can now use control+\ but command+\ still works which conflicts with another key short cut.
How do I properly override the key binding?
The text was updated successfully, but these errors were encountered:
I'd like to change the default key from 'command+' to 'control+'.
I've added
{ "keys": ["ctrl+\\"], "command": "valign" }
to my User key map. I can now use control+\ but command+\ still works which conflicts with another key short cut.
How do I properly override the key binding?
The text was updated successfully, but these errors were encountered: