-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Keyboard Shortcut Improvements #2683
Keyboard Shortcut Improvements #2683
Conversation
Makes sure the list view gets properly updated when deleting a bottle
update_bottles already updates the config so this is not necessary
Currently shortcuts are available but we would ideally want them to be context dependent, for example we wouldn't want "New Bottle" shortcut to be available when the user is inside a existing bottle. |
Pylint result on modfied files:
|
Can you rename |
Yes i'll update that |
983aef5
to
ac9cf19
Compare
9060022
to
252334f
Compare
Is this still a draft? |
Last i remember, there was this issue #2683 (comment) Apart from that i think this just needs a rebase. |
I'm closing this, as it hasn't been worked on for a while. The Keyboard shortcuts dialog was merged in #3588 (with credits), but I decided to drop everything else, because the inherent problem is that we're using deprecated widgets and APIs. Most of those issues will be resolved once we port these widgets to their modern counterparts. |
Description
Aims to add standard keyboard shortcuts to bottles for easier access to certain actions. Also adds a shortcuts window.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.