Skip to main content

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

Available Modifiers

  • Alt
  • AltGraph
  • CapsLock
  • Control
  • Meta
  • Windows
  • Command
  • NumLock
  • ScrollLock
  • Shift

Available Keys

  • ArrowLeft, ArrowUp, ArrowRight, ArrowDown
  • Tab
  • Dead
  • Backspace
  • Enter
  • Escape
  • ContextMenu
  • Insert, Home, Delete, End
  • PageUp, PageDown
  • Pause
  • PrintScreen
  • Space
  • F1 to F12
  • a to z (lowercase)
  • 0 to 9
  • ~, !, @, #, $, %, ^, &, *, (), _, -, =
  • {, }, [, ], :, ;, ', ", ,, ., /, <, >, ?, +
Still have questions?
Find answers in the Dynatrace Community