Sublime Forum

Key bindings overriding

#1

my user key bindings file looks like this:

{ "keys": "ctrl+x","ctrl+s"], "command": "save" }

]

By doing so, ctrl+x no longer performs the cut command (confirmed by watching the output from the terminal with logging turned to True)
In fact, it would seem that any attempt to have a key binding with ctrl+something1, ctrl+something2 causes a plain stand-alone key binding of ctrl+something1 to never fire.
What is this? Should there not be a customizable timeout?

I have a fresh install of Sublime on Fedora 18, I have not edited the Default key bindings, am only attempting to edit the user key bindings.

0 Likes

#2

It’s a bug I guess. The cut command should probably be run after some timeout period. ST definitely isn’t without it’s issues. I guess the real question is how acceptable are these issues to you. I’m not an emacs user, so I can’t comment on that.

I don’t think it’s accurate to say ST claims to be superior to Emacs. I don’t think the ST devs have ever made such a claim (though if they have, ignore this). If that’s the case, the statement likely came from a user. In which case, it’s a personal opinion and should not be described as a claim by the ST team.

github.com/SublimeText/Issues/issues/77

0 Likes

#3

Hokay, thanks.

0 Likes