abhijitmamarde / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Feature Request: Key Chaining #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think it would be nice if Autokey supported something like Openbox's Key 
Chains: http://openbox.org/wiki/Help:Bindings#Key_chains

People could then add hotkeys which would only be available if a certain 
combination was pressed before.

Original issue reported on code.google.com by a.pedro....@gmail.com on 19 Aug 2011 at 1:00

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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