Two keys pressed simultaneously in autohotkey
I'm wiring innards of a keyboard to make a board of buttons to use as
macros for photoshop among other applications. The insert key and a letter
key is wired to a single tactile switch. This is done with each letter
switch.
I can use Ins & a:: but because I can't predict which will be "read"
first, I have to have the reverse as well. The problem is that when I use
a & Ins:: the 'a' key doesn't work properly.
Is there a way to use the 'up' and 'down' function with a letter key?
Maybe that will work? Otherwise if there is a way to determine if two keys
were pressed within a certain time between each other, I believe that
would work.
No comments:
Post a Comment