Sublime Forum

Shortcuts not working (ctrl+shift+up and ctrl+alt+p)

#1

I am using arch linux and Sublime Text 3

These keys are not working ctrl+shift+up and ctrl+alt+p

sublime.log_input(True)
sublime.log_commands(True)

i did listen to keys using above command when i press ctrl+shift+up and ctrl+alt+p nothing got detected in the console. Please help me

0 Likes

#2

If even with sublime.log_input(True) nothing appear in the console that means that ST doesn’t receive thoses key strokes.

It generally indicates that an OS level shortcut are listening for them.

3 Likes

#3

Thanks @gwenzek let me confirm that

0 Likes

#4

The issue with my Operating system, not ST.
Gnome does not allow sublime to listen those keys

0 Likes