Created
October 6, 2020 05:06
-
-
Save kmylo/57a3442ea90cb462775fc1b69be2d310 to your computer and use it in GitHub Desktop.
Restoring } key in sublime text for spanish keyboards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
/* | |
Restoring } key in sublime text for spanish keyboards | |
----------------------------------------------------------------------------- | |
FROM: http://arqex.com/727/restoring-key-in-sublime-text-for-spanish-keyboards | |
*/ | |
{ "keys": ["ctrl+alt+/"], "command": "insert", "args": {"characters": "}"}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment