-
-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
bugAn issue in the applicationAn issue in the application
Description
Describe the bug
in the keyboard shortcuts, Ctrl+Q is said to quit Gaphor. However the key-binding doesn't work.
To Reproduce
Steps to reproduce the behavior:
- Start Gaphor
- Hit Ctrl+Q
- Nothing happens
Expected behavior
App should quit.
OS
- Linux (Please put in notes the specific distro)
- macOS
- Windows
Version
Version of Gaphor:
Additional information
This works on macOS, because macOS has a hard-coded keybinding for app.quit
.
Diagnosis
The Ctrl+q action is defined on the Application
class. This class is not an entry point, so it will not pick up the shortcut in gaphor/ui/__init__.py
.
Metadata
Metadata
Assignees
Labels
bugAn issue in the applicationAn issue in the application