You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.]
The text was updated successfully, but these errors were encountered: