S
S
SergeyKisliy2014-10-30 22:12:08
Windows
SergeyKisliy, 2014-10-30 22:12:08

How to find out for which program certain hotkeys are clogged?

Sublime Text 3 combination ctrl+shift+a stopped working, most likely one of the other programs is interrupting, because everything is ok in the settings. How to find out who exactly interrupts this combination?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TomasHuk, 2014-10-31
@SergeyKisliy

Try to end the processes of all programs one by one through the task manager, while checking the ctrl + shift + a key combination in Sublime Text. If, when you turn off a certain program, Sublime Text starts to react to this combination, then this program interrupts.
Although it also seems to me that even if the key combinations match with another program (which runs in the background, but catches global keystrokes), then the action should be performed in both Sublime Text and that program.

D
Denis Vasiliev, 2015-07-23
@corvus007

I went to Preferences → Key Bindings - Default found the keyboard shortcut "ctrl+shift+a" and copied the line

{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },

Then I went to Preferences → Key Bindings - User and pasted it there, this is what happened:
[
  { "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} }
]

After that, the combination worked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question