Author Topic: which button is pressed  (Read 1112 times)

PoGoX

  • Newbie
  • *
  • Posts: 2
which button is pressed
« on: March 25, 2022, 10:57:52 AM »
Can you tell me if i can check which key is pressed? And how?

PoGoX

  • Newbie
  • *
  • Posts: 2
Re: which button is pressed
« Reply #1 on: March 25, 2022, 11:08:55 AM »
I just don't know if there is some token which i can use.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: which button is pressed
« Reply #2 on: March 25, 2022, 07:18:35 PM »
If you are referring to retrieving an arbitrary list of any keyboard keys that may currently be pressed, that is not currently implemented. A feature suggestion for this has been made.


You can check the state of specific individual keys using the "Device State" tab of the condition and loop actions, or the "{STATE_KEYSTATE:}" token.