Power users work with keyboards, and every desktop-class app supports shortcuts. Ctrl+S to save, Esc to close a modal, / to focus search, Ctrl+K to open a command palette — these are the small details that make an app feel finished. OutSystems doesn't ship a first-class way to wire them, so most apps just skip them.
Ctrl+S
Esc
/
Ctrl+K
This block fixes that. You give it a list of shortcut strings, handle its OnShortcut event, and switch on the shortcut name to run whatever action you want. That's the whole integration.
OnShortcut
OnShortcut(Shortcut)
ctrl
alt
shift
meta
esc
space
up
down
left
right