Sublime Forum

Use Numpads as independent key stokes

#1

Hi all,

It would be nice if Numpads are independent keys or maybe the option to make them independent.
I personally use CTRL+1 as something and CTRL+Numpad 1 as something_else.

Looking forward to hearing some feedbacks
Claudiu

0 Likes

#2

You should be able to bind to keypad1, but as a general rule, if you type:

sublime.log_input(True)

in the console, then it’ll print out the name of every key you press

0 Likes

#3

Thank you for you reply.

Very nice feature “sublime.log_input(True)” to see every key you press and yes, if you are binding to keypad1 works just fine.

Good day.

0 Likes