what is the name of the asterisk key?

Official forum for open source FreePIE discussion and development.
Post Reply
kevinzhy
One Eyed Hopeful
Posts: 2
Joined: Mon Feb 07, 2022 8:31 pm

what is the name of the asterisk key?

Post 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! ! !
kevinzhy
One Eyed Hopeful
Posts: 2
Joined: Mon Feb 07, 2022 8:31 pm

Re: what is the name of the asterisk key?

Post by kevinzhy »

Found, yes: NumberPadStar
Post Reply

Return to “FreePIE”