Xbasic
ui_keycode_normalize Function
Syntax
C UI_KEYCODE_NORMALIZE(keyCode as c)
Arguments
- keyCode
Character. Key code string (e.g. Shift-Ctrl-F12)
Description
Normalize friendly keycodes (all flavors handled by sys_send_keys) into terse form of keycode sent to OnKey events. In other words, this function converts a key code string (e.g. Shift-Ctrl-F12) to the syntax required by the OnKey event in a Form Layout.