-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add Shortcut Keys to navigate/modify molecules #1794
Comments
Thanks for opening your first issue here! Please try to include example files and screenshots if possible. If you're looking for support, please post on our forum: https://discuss.avogadro.cc/ |
It already exists. Control + 1, Control + 2, etc. |
Oh I see... Thank you! P.s. Reading the Navigator.ccp file, I found that you can use WASD / arrow keys / ... for a more precise rotation, maybe a pop-up with Tips & Tricks containing such info would be useful (similar to the LibreOffice ones) |
Yes, definitely, this is something I've been meaning to add ever since I myself learnt about the shortcuts. The tooltips need a little bit of work anyway but it would be really great if you could add the shortcuts to the tooltips!
That also reminds me to add that to the documentation for the Navigation Tool, thanks. |
Hi! I just created pull request with these small changes. Thank you for your time |
Thanks. I appreciate the pull request, but I think it's probably better to do it via
First of all, if we change the order (e.g., the Auto-Optimize tool will appear) we can re-assign the shortcuts via code. Secondly, on a Mac, it's not the "Ctrl" key, it's the "Command" key. (And both probably need to be translated / localized). So the code would look something like this:
|
Fixed as requested. I tested it on Linux machine with Ctrl key, if anyone can test it on Mac would be great |
Add Shortcut Keys to navigate/modify molecules (Issue #1794)
It would be very useful to have shortcut keys to move faster between molecule editing tools (navigation, draw, selection, measure, ...)
By now I have to click on tool's button to change tool, but it would save a lot of time to have some shortcut (e.g.
Alt + 1
for Navigation tool,Alt + 2
for Draw and so on)The best would be to add Preference submenu (maybe under File menu?) where you can configure your own shortcut, but I think a good start would be to add these shortcut
Thank you for taking in consideration such suggestion!
The text was updated successfully, but these errors were encountered: