Sublime Forum

[RESOLVED] Combo key bindings don’t work

#1

Hello,

I’m using Ubuntu 13.10 and have the following problem on both Sublime-Text 2 and 3.
I have no idea if that’s relevant, but I have Sublime Text 2 registered.

The problem occurs with a fresh install on both 2 and 3, following “Reverting to a Freshly Installed State”.

No combo key bindings will work. For example:

  1. Performing ““ctrl+k”, “ctrl+b”]” should toggle the side bar ({ “keys”: “ctrl+k”, “ctrl+b”], “command”: “toggle_side_bar” })
  2. After typing “sublime.log_commands(True)” in the console
  3. The first “ctrl+k” seems to be ignored, then “ctrl+b” launches “command: build”

I didn’t find any related topic in the forum, but if someone does know about some, I’d be glad to hear of an existing solution.
If that wasn’t discussed already, I’m all ears. :slight_smile:

Thanks!

0 Likes

#2

I found the source of this bug: I had a problem related to this bug with Ubuntu Saucy Salamender. Installing the said packages solved the problem (I could simply press “Ctrl-R” to switch between keyboards layouts), but made all Sublime Text Combos stop working.

I don’t know where the problem lies, but it might be worth having a look at if a patch is provided that breaks Sublime Text.

Doing the following solved the issue with Sublime Text:

sudo ppa-purge ppa:attente/modifier-only-input-switch

Now to reconfigure the way I trigger layout switching…

0 Likes