2017-11-23
1.0.0
Miguel Melo
All
All
Components, Widgets
[Overview]
OSKey allows controlling and interacting with OutSystems web applications using the keyboard. The Application includes the actual component, as well as a useful demo module (showing how to navigate a TableRecords using your keyboard). Based on https://craig.is/killing/mice
[Detail]
This control allows interacting with your Web Screens using the keyboard. Simply drag the 'OSKey' Web Block into your screen, specify which kinds of keys you want to capture to and specify a Screen action to handle keypresses.
You can identify the key pressed by comparing 'OSKey_Get()' with any of the records (keys) in 'Entities.Key'. More complex key combinations can optionally be captured and identified using the advanced Raw features.
The Application includes the actual component, as well as a useful demo module (showing how to navigate a TableRecords using your keyboard).
Based on https://craig.is/killing/mice