I changed added custom keybinding over Preferences -> Key Bindings
and added following line:
{ "keys": ["ctrl+<"], "command": "toggle_comment", "args": { "block": false } },
But toggling a command doesn’t work.maybe because Sublime Text can’t handle the <
(smaller then key). Please be also aware that i have a german QWERTZ keyboard.
How can I fix this?