+5
Fixed

key bindings should not be restricted to alphanumeric

iandennismiller 13 years ago updated by Jon Skinner 13 years ago 2
I would like to use a key binding that includes [ and ] but these are reported as being invalid. I tried { and } as well, but these were also invalid. Here is the key binding in question, and the console log:

{ "keys": ["ctrl+super+alt+]"], "command": "insert_time" },

Unknown key ]
Unable to parse binding {command: insert_time, keys: [ctrl+super+alt+]]}

This binding works when I change ] to an alpha key like n.

Answer

Answer
Fixed
Every key resonable key should now be bindable on OS X and Linux as of build 2046
+1
You're using the wrong name. It should be ctrl+super+alt+right_bracket. See the default key bindings file for more examples.
+1
I will still vote for this Idea because I would also like to bind mouse keys!
Answer
Fixed
Every key resonable key should now be bindable on OS X and Linux as of build 2046