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.