Sublime Forum

Shortcut on keyboard

#1

HI, just for know if anyone knows how can i do to use this shortcut for next tab & previous tab.

this one works with ctrl

but i want this one works without ctrl. maybe anyone has a idea ? :unamused:


Thank you.

Jisig

0 Likes

#2

Open ST console and type:

sublime.log_input(True)

Hit the keys you want to check, the name of the key must be printed in the console:

key evt: down key evt: up key evt: pause

0 Likes