Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chain keys #149

Open
zeltak opened this issue Sep 3, 2012 · 2 comments
Open

Chain keys #149

zeltak opened this issue Sep 3, 2012 · 2 comments
Labels
Milestone

Comments

@zeltak
Copy link

zeltak commented Sep 3, 2012

Hi

I would really really love an option to "chain keybinds" that is similar to vim/emacs/screen/tmux etc have to option to assign chained keybinds IE: ctrl+a> e , ctrl+a> x etc. here are some floss file managers/apss that do such a thing:

http://code.google.com/p/xchainkeys/

http://sourceforge.net/tracker/?group_id=138524&atid=740889

thx again

Zeltak

@IgnorantGuru
Copy link
Owner

Although this request is still being considered, just wanted to let you know that with the new socket commands, it's now possible to write a custom event handler for keypresses that implements this. You would need to add a handler for evt_win_key which watches for the lead key, remembers the state (probably in a temp file), then responds to subsequent keypresses based on the lead key state, perhaps emitting a keypress. You could add your handler in Events|Window|Key or via replace-event. For full docs see socket commands.

@zeltak
Copy link
Author

zeltak commented Nov 24, 2012

thx
im very limited in programming (IE knwoledge zero) but i will maybe give it a go at some stage (or wait for the actuall feature ;-))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants