hi all,
i’m new to this software, and i think i’m falling in love with it, but…
i’ve been trying to customise my keybindings. unfortunately, it doesn’t seem to work.
i want to set ctrl+# to toggle block comments - i want to select a block (in a python script say), hit ctrl+# and have that block commented out.
as i’m using windows, i’ve modified my \Packages\User\Default (Windows).sublime-keymap file to be
{ "keys": "ctrl+#"], "command": "toggle_comment", "args": { "block": true } }
]
i then save that file, restart ST2, but the new keybinding doesn’t work as expected.
what am i doing wrong?
i’m using ST2 Build 2181, soda theme (don’t know if it’s relevant), windows 7 x64.
is there a particular reason that i can’t use ctrl+#?