Keyboard mapping with shortcut keys
- Mapped keys to action (control pads, change pages) only works with key strokes containing a single key (e.g. H or D)
- Goal: To controls actions, the user have the ability to combine a single key (e.g. H or D) with any modifier combination
- A modifier key is:
- ctrl
- alt
- shift
- meta (command on mac)
Acceptance Criteria:
- User can record key action with a single key (e.g. H or D) and multiple modifier keys
- The key combination is printed in a readable format to the user
- A combination must be checked for duplication with program wide key strokes
- It is possible to map the same key combination to multiple actions
- The modifiers must be checked on key press in main ui
Edited by Tobias Ullerich