-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Currently, there exists no way to describe the following key combinations:
CtrlorAltplus any non-character key (e.g.Ctrl+Right,Alt+Fn1, orCtrl+Backspace)Shiftas a modifier to any character which doesn't have a shifted variant on the users keyboard (e.g.Shift+TaborShift+Right)- Combinations of
CtrlandAlt(and implicitlyShift) (e.g.Ctrl+Alt+f)
This poses an issue as these are common shortcuts used in many applications, and requests for features bound to these combinations by default have come up in numerous issues, thereby making this issue a prerequisite for
- Suggestion: Key Combo to move current item up a scope #45, which requests Shift+Tab as a binding to move a node up a level
- [Feature Request] Key bindings for panning / moving view #61, which requests Shift+Direction as a shortcut to pan the view (opened by me)
- Likely Rearrangement without mouse #15, which doesn't specifically request any shortcuts, but due to the innate directionality of the request, would likely need to be bound to arrow keys + a modifier, or use some sort of modal control such as in Modal keybinds option #58
Metadata
Metadata
Assignees
Labels
No labels