ID:2209206
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Request: Add key combinations in the macro section like A + (Down Arrow) or (Up Arrow) + C and let those be able to execute commands.
This is already possible if you keep track of key presses yourself.
There's some basic under-the-hood support for this since the addition of gamepad stuff, but keys don't handle this yet. I'm on the fence about this because I honestly think it's likely to complicate the code without a lot of upside, and as Nadrew mentioned there is a workaround.
Yeah it's doable, one way would be to assign vars to the keys and then make a proc to check which vars are active, and well... yeah, kinda self-explanatory, I'm sure there are better ways, but that's just a basic 1 :p Good luck!