Answer the question
In order to leave comments, you need to log in
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
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.
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"} },
[
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} }
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question