Open GoogleCodeExporter opened 8 years ago
This sounds very similar to the request in issue 70. Please have a look and
confirm.
Original comment by cdekter
on 20 Aug 2011 at 7:19
[deleted comment]
I've never user AutoHotKey, so I'm not very sure what the behaviour of KeyWait
is.
However, it seems to me that KeyWait keeps a certain key pressed (like Shift
and allows you to press the arrow keys as if shift was down).
Key chaining is different: it allows use to do something like this:
<Super>+m ; activates the "music" keychain
z, x, c, v, b, m ; each of these would then be captured for use with a media
player, for example
<Esc> ; deactivate the chain
Using Keywait we would have to be able to specify hotkeys like <Super>+m+z
(which I don't think is possible).
Original comment by a.pedro....@gmail.com
on 20 Aug 2011 at 11:22
This request is substantially alien to the way AutoKey works internally, and
won't be done any time soon.
Original comment by cdekter
on 12 Sep 2011 at 4:00
Original issue reported on code.google.com by
a.pedro....@gmail.com
on 19 Aug 2011 at 1:00