Skip to main content

Keyboard shortcuts

Keyboard shortcuts are a powerful tool for saving time when using user interfaces primarily designed for mouse and touch input. As an app developer, you can list your app's shortcuts for the users using the available modifiers and keys.

All available keywords that you can use as keyBindigs are based on Key values for keyboard events.

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