Page 1 of 1

what is the name of the asterisk key?

Posted: Mon Feb 07, 2022 8:55 pm
by kevinzhy
I use in script:

Code: Select all

key_assists_off = keyboard.getPressed(Key.NumberPadSlash) # / 
everything is normal.
I want to bind to the asterisk key, but using:

Code: Select all

key_assists_off = keyboard.getPressed(Key.NumberPadAsterisk) # * 
or:

Code: Select all

key_assists_off = keyboard.getPressed(Key.NumberPadMultiply) # * 
will prompt a script error!
what is the name of the asterisk key?
Looking forward to the answer, thanks in advance! ! !

Re: what is the name of the asterisk key?

Posted: Tue Feb 08, 2022 12:31 am
by kevinzhy
Found, yes: NumberPadStar