BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 87 forks source link

key chaining #71

Open BurntSushi opened 11 years ago

BurntSushi commented 11 years ago

Allow a key combination to bind to a command that says "Listen for keys and do something when key A is pressed, when key B is pressed, etc..."

Suggestion from r4

Mod3-s := ChainSequence <next key combo or single key press> := Action