How would I make keychords of arbitrary length?

Eg let's copy Spacemac's window movement keybindings.

I'll bind 'Command' mode to 'Hyper' or something obscure.

Then the keychord for moving left in the layout would be "Space" "w" "l".

and so on....

Additionally, how should I define keychords in the config?  Do they go in a 
list variable called 'keychords'?

eg

keychords = [ # Should this be called 'keychords'?
  KeyChord([], hyper, [Key([], "Space" # how to define 'w' and 'l' here?
...
]


Can someone kindly fill in my knowledge-gaps?

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/8511b8a4-0421-4a1e-aa3d-dfbe89cea05an%40googlegroups.com.

Reply via email to