-
Notifications
You must be signed in to change notification settings - Fork 26
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
Chording the commands doesn't work #42
Comments
I have an experiment now that reads the event file from the L command; this of course provides a poor experience because it reads the next event, not the previous event. |
A bit more poking around, and it's clear that getting the full event in L is ugly. This points to an alternate possible, though maybe less modular implementation. |
Often I forget how much goodness is already in Acme. |
I'd like to keep my L* commands in a guide file and 2-1 chord to invoke them.
But using $winid to find the command context returns the window containing the command, not the target.
Instead, it should likely use the chordorigin parameter of the acme message.
The text was updated successfully, but these errors were encountered: