Sublime Forum

Some keyboard commands not working

#1

Hi,

I just installed Sublime today and it looks great, but some of the key commands are not working. Iā€™ve already tried adding the commands to the user keymap:

{ "keys": "ctrl+shift+l"], "command": "split_selection_into_lines" }, { "keys": "ctrl+shift+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} } ]

When I issue ā€œsublime.log_input(True)ā€ and ā€œsublime.log_command(True)ā€ in the console, I can see key and command events for other keys and shortcuts, but those listed above do not fire, either for input or command. If I map the commands to other keys (like ā€˜ctrl+shift+;ā€™) they start working.

Iā€™m running Windows 7 SP1 and Sublime Text version 2.0.1 Build 2217.

Thanks in advance for any help.

James

0 Likes

#2

Do you have some other app thatā€™s stealing those keys? Something with global shortcuts?

0 Likes

#3

Not that I can tell. Iā€™ve tried those command combos in other contexts and they donā€™t seem to do anything. Iā€™ll keep looking but at this point Iā€™m baffled.

0 Likes

#4

What about your graphics driver or something? A lot of times things like that just bind random keys to things you never want to do.

0 Likes

#5

Well, the computer that was having that issue just bricked. I think I lost the hard drive. Problem solved. :stuck_out_tongue:

Thanks much for the suggestions anyway.

0 Likes

#6

This same thing is happening to me. At first, it was CMD-SHIFT-P for Command Palette that stopped working. That persisted regardless of restart, and lasted for a few days. Now, I suddenly canā€™t save with CMD-S, either. Save from the File menu works fine. CMD-S works fine in every other application.

Iā€™m on 10.8.5, with Sublime build 3047. Any ideas? Can I supply logs or anything useful?

0 Likes