Implement App context menu dropdown with these options
Menu option |
Links to |
Requests app Search |
Directs user to default Request search. Clicking this option should shift focus to search box |
Keyboard shortcuts |
Display keyboard shortcuts modal |
Implement shortcut key: Show keyboard shortcut keys modal
UIREQ-588 implemented most shortcut keys for Requests with exception of this key that should be implemented
View keyboard shortcuts list |
Cmd + Option + K |
Ctrl + Alt +K |
Implement Keyboard shortcut keys modal
Action |
OS shortcut |
Windows shortcut |
Create a new record |
Option + N |
alt + N |
Edit a record |
Cmd + Option + E |
Ctrl + Alt + E |
Duplicate a record |
Option + C |
Alt + C |
Save a record |
Cmd + S |
Ctrl + S |
Go to Search & Filter pane |
Cmd + Option + H |
Ctrl + Alt + H |
View keyboard shortcuts list |
Cmd + Option + K |
Ctrl + Alt + K |
Close a modal or pop-up |
Esc |
Esc |
Copy |
Cmd + C |
Ctrl + C |
Cut |
Cmd + X |
Ctrl + X |
Paste |
Cmd + V |
Ctrl + V |
Find |
Cmd + F |
Ctrl + F |
Please view eholding app for a pattern for implementation
