OnHotKeyPressed EventFires when a hotkey has been pressed. Syntax
Hotkeys can be defined in the hotkey xml file. The path of this file is saved in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\PROVISIO\SiteKiosk\HotKeyFile). This event fires for hotkeys of the type 17 only. Example: <hotkeys>
<hotkey type='17' vkey='91' sound='0'>
<name>Windows key</name>
</hotkey>
</hotkeys>
Examples
Back to top |