-
Notifications
You must be signed in to change notification settings - Fork 15
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
[v2.0] add popup menu with key binding support #47
Comments
related #46 |
anb0s
added a commit
that referenced
this issue
Sep 19, 2016
#47 [v2.0] add popup menu with key binding support - renamed categoryOther to categoryUser - added new short cuts: - EasyShell All : Alt + E - EasyShell Open: Alt + O - EasyShell Run : Alt + R - EasyShell Explore: Alt + X - EasyShell Clipboard: Alt + C - EasyShell Default: Alt + D - EasyShell User: Alt + U Signed-off-by: Andre Bossert <[email protected]>
added popup menu showed if using new key bindings (see #46) and with short cuts, '0' - '9' and 'a' - 'z': |
done for RC1 #80 |
anb0s
added a commit
that referenced
this issue
Sep 19, 2016
- #40 add support for path conversions - #46 [v2.0] [regression] add key bindings again - #47 [v2.0] add popup menu with key binding support - #55 [v2.0] migration support from legacy EasyShell v1.x - #81 [v2.0] "Copy Full Path to Clipboard" missing at Mac OS X - #82 [v2.0] ${easyshell:resource_loc} missing in "usable variables" - #83 [v2.0] rework "Copy..." and "Show/Edit.." buttons in command dialog Signed-off-by: Andre Bossert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one uses key binding to execute a tool, we can have now more then one tool for each category (open, explore etc.). So show an popup menu in this case and allow to select the right tool quickly with keyboard. E.g. with numbers (1, 2) or just with same key combination to cycle over the tools and execute with space or enter keys...
The text was updated successfully, but these errors were encountered: