We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EasyShell key binding should be simple and have no collision with standard distributions and perspectives.
Some bindings are not working as expected like: "Alt + R" = Run, see #181 "Alt + Shift + E" etc.
See most predefined shotcuts here: https://www.vogella.com/tutorials/EclipseShortcuts/article.html
We should use one starting pattern like "Alt + E" for all commands an then add per command, like:
The text was updated successfully, but these errors were encountered:
Change command binding for all shortcuts to "Alt + E" #193
892505c
also fixes #181 Signed-off-by: Andre Bossert <[email protected]>
11f9799
done
Sorry, something went wrong.
see Release v2.2.0
anb0s
No branches or pull requests
Expected Behavior
EasyShell key binding should be simple and have no collision with standard distributions and perspectives.
Actual Behavior
Some bindings are not working as expected like:
"Alt + R" = Run, see #181
"Alt + Shift + E"
etc.
See most predefined shotcuts here: https://www.vogella.com/tutorials/EclipseShortcuts/article.html
We should use one starting pattern like "Alt + E" for all commands an then add per command, like:
The text was updated successfully, but these errors were encountered: