+5
    
    
    
        
        
        Fixed
        
        
    
    
    
    
    
    key bindings should not be restricted to alphanumeric
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.
{ "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
0
	
    
	
	
	
	
	 Answer
	
	
	
		
	        Fixed
		
	
	
	
		Jon Skinner 15 years ago
    
	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
	
	
Customer support service by UserEcho