shortcut-keys-reactive
Reactive icon

Shortcut Keys Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 21 October 2020 by 
5.0
 (4 ratings)
shortcut-keys-reactive

Shortcut Keys Reactive

Documentation
1.0.0

Supported Keys


The shortcut keys should be specified in this format ...

Modifier[+Modifier..]+Key

Example...

Ctrl+A

The valid modifiers are

  • Ctrl
  • Alt
  • Shift
  • Meta

You can specify a sequence without a modifier as well

The valid keys are...


  • All alpha/numeric keys - abc...xyz,01..89
  • Special Characters - Every special character on a standard keyboard can be accessed.
  • Special Keys...
    • Tab
    • Space
    • Return
    • Enter
    • Backspace
    • Scroll_lock
    • Caps_lock
    • Num_lock
    • Pause
    • Insert
    • Home
    • Delete
    • End
    • Page_up
    • Page_down
    • Left
    • Up
    • Right
    • Down
    • F1
    • F2
    • F3
    • F4
    • F5
    • F6
    • F7
    • F8
    • F9
    • F10
    • F11
    • F12

These keys are case insensitive - so don't worry about using the correct case.