Sublime Forum

Keybinding Chords Not Working as Expected

#1

I’m using Sublime Text 3 build 3065. I have the following keybinding:

{ “keys”: “ctrl+q,ctrl+s”], “command”: “move_to”, “args”: {“to”: “bol”, “extend”: false} },

This keybinding overrides:

{ “keys”: “ctrl+s”], “command”: “move”, “args”: {“by”: “characters”, “forward”: false} },

Further it’s not necessary to enter the complete chord for “move_to”, “args”: {“to”: “bol”, “extend”: false}. Pressing ctrl+q followed by ctrl+s has the same effect as pressing ctrl+s. What am I missing?

Thanks,
Walt

0 Likes

#2

try: “ctrl+q”, “ctrl+s”

0 Likes

#3

For adzenith and wbaldwin :

Anyone of your wrote WordStar or Borland keybindings for Sublime Text ???

If yes, can I get the file and I will extend it further and when finished, would send it back to anyone interested…

0 Likes