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
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
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
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.