Keyboard shortcuts
- Reference
- 1 minute
Keyboard shortcuts are a powerful tool for saving time with user interfaces primarily designed for mouse and touch input. As an app developer, you can list your app's shortcuts for users with the available modifiers and keys listed below.
All available keywords that you can use as keyBindings are based on Key values for keyboard events.
Before you begin coding
- For best practices, see Plan keyboard shortcuts for your app.
- For step-by-step instructions, see Display keyboard shortcuts in your app.
Available Modifiers
AltAltGraphCapsLockControlMetaWindowsCommandNumLockScrollLockShift
Available Keys
ArrowLeft,ArrowUp,ArrowRight,ArrowDownTabDeadBackspaceEnterEscapeContextMenuInsert,Home,Delete,EndPageUp,PageDownPausePrintScreenSpaceF1toF12atoz(lowercase)0to9~,!,@,#,$,%,^,&,*,(),_,-,={,},[,],:,;,',",,,.,/,<,>,?,+
Still have questions?
Find answers in the Dynatrace Community