Skip to content
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

Shortcuts and context menu configuration #153

Open
2 of 5 tasks
dhardy opened this issue Feb 2, 2021 · 1 comment
Open
2 of 5 tasks

Shortcuts and context menu configuration #153

dhardy opened this issue Feb 2, 2021 · 1 comment
Labels
discussion Requires analysis/discussion new feature

Comments

@dhardy
Copy link
Collaborator

dhardy commented Feb 2, 2021

Standard actions: currently some standard shortcuts like Ctrl+A, ..+X, +C, +V, Ctrl+Z are hard-coded. These are standard for most Linux and Windows systems but incorrect for OSX, and, further, should be configurable.

Custom actions: it should be possible for an app to create custom actions, most likely on widgets, and be able to set up (local) key bindings to these actions.

Global shortcuts: allow creation and configuration of shortcuts which are active globally, targetting custom actions.

Context menus: allow widgets to add actions to their context menu, both standard ones like Undo and custom ones (including sub-menus like spelling suggestions). [Also, implement context menus.]

  • platform-specific default shortcuts
  • configurable shortcuts
  • widget-targetted globally-active shortcuts?
  • global shortcuts?
  • context menus
@dhardy
Copy link
Collaborator Author

dhardy commented Feb 5, 2021

Done:

@dhardy dhardy added discussion Requires analysis/discussion new feature labels Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Requires analysis/discussion new feature
Projects
None yet
Development

No branches or pull requests

1 participant