-
Notifications
You must be signed in to change notification settings - Fork 82
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
request: keyboard hints for window selection #59
Comments
I can navigate with h,j,k,l and space for selection... I've installed it twice and always have been able to. |
h,j,k,l just do the same as arrow keys keyboard hints enable direct selection (see link above) |
I think this is a good feature, and worthwhile implementing. However there are 3 challenges.
This should not be very difficult. However it's necessary to update / redo the listing if a program closes, or new program appears. There is already some existing update / polling mechanism for handling that situation. So the re-counting must be added somewhere in there, and in the correct place before a re-draw of the screen is due.
Then we still need to make sure, that the text being drawn inside (or next to) each window preview is clearly legible / easy to read. Overall, that is a fair chunk of work needed, to implement this feature correctly. |
please consider implementing keyboard hints
to quickly and directly select a given window
(instead of navigating to it with arrow keys, &c.)
https://en.wikipedia.org/wiki/Vimperator#Hint_mode
The text was updated successfully, but these errors were encountered: