Sublime Forum

Ctrl+alt+up not working. down still works

#1

For some reason I can’t use the ctrl+alt+up “scroll_lines” anymore.

I can still scroll the line down, but not up.

Has anyone faced this issue?

0 Likes

#2

Maybe an plugin overwriting the key binding?

You could try to call sublime.log_commands(True) from console, activate a view and press ctrl+alt+up. The console should show the command being executed. Maybe this helps identifying the issue.

0 Likes

#3

thanks. when I do ctrl+alt+down it shows swap_line_down, but when I do ctrl+alt+up it won’t show anything…

0 Likes

#4

You could try sublime.log_input(True) then. If this doesn’t show anything as well - what I expect - your OS or any other application is catching the key combination
.

0 Likes

#5

DUH! I had set this key combination for full screen @ Spetacle.

Thanks a lot!

0 Likes