Hi,
I’m thinking on moving to sublimetext for my c/c++ programming. First think I have tested is to change the current shortcuts keymap as some of them are set for US keyboard and not compatible or difficult to type for the Spanish one.
I have tried to set the toogle comment shortcut to use the ‘>’ symbol.
Then I have included the following lines in my Default Windows keymap - user:
{ "keys": "ctrl+>"], "command": "toggle_comment", "args": { "block": false } },
{"keys": "ctrl+shift+>"], "command": "toggle_comment", "args": { "block": true } }
]
Despite in the menus it is displayed that the shortcuts are the one set, when I press the ctrl and ‘>’ key nothing happens. I have tried using the ‘.’ and it works. What is happening? Why is it not working with ‘>’?
Any help is really welcome.
See you