Author Topic: Command with variable keypress  (Read 797 times)

Squeeze

  • Newbie
  • *
  • Posts: 25
Command with variable keypress
« on: November 08, 2020, 05:59:56 AM »
I would like to execute a command by various Keypresses. In my example i want the command to be executed if G,H or J are pressed. I thought i could achieve this by using "variable hotkey [Advanced]" but it doesn't work for me!

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Command with variable keypress
« Reply #1 on: November 08, 2020, 02:13:59 PM »
A single command can only be directly triggered by a single hotkey (though that hotkey can be a combination of different keys which must be pressed simultaneously).

What you can do is set up another command that is triggered by an additional hotkey, and use the "Execute Another Command" action within that command, to execute the intended command.