Sublime Forum

Keybinding issue on Linux

#1

Hi guys,

Maybe I’m doing something wrong, but I don’t manage to set a different key shortcut for a specific action, on Linux (works fine on Windows).
I’m editing the $HOME/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap file but it seems it is not taken into account.
As a test, I’m just changing the keybinding for a simple action and the old one is still working, the new one is not.

Any idea?

Thanks so much for your help,

Vincent

0 Likes

#2

the old keybinding continuing to work is normal, so lets investigate the new one not working:

  • can you show the JSON for the keybinding you added?
  • what keyboard layout are you using? https://github.com/SublimeTextIssues/Core/issues/392
  • if you open the ST console (View menu -> Show Console) and type sublime.log_input(True) Enter does ST show anything in the console when you press the keybinding?
0 Likes