KeyModifiers and KeyCodes

Projector Patrol Commander allows you to define several optional system-wide HotKeys that can be used to control Projector Patrol Commander and by extension, your projector. These HotKeys are defined via the [\Commander\HotKeys] section in the ProjectorPatrol.ini file.

The KeyModifier parameter defines which key modifiers are used (if any.) To define a combination of KeyModifiers, add their values together. Key modifiers can be none, one or any combination of the following keys:

The KeyCode parameter defines the key used as the hotkey. The Key Code can be one of the following keys:

Alpha Keys:

Numeric Keys:

Numeric Keypad Keys:

Function Keys:

Miscellaneous Keys:

When defining system-wide hotkeys, be careful to choose key combinations that are not already in use by other applications.

To define [Shift]+[Ctrl]+[Up Arrow] as the hotkey for the Projector Patrol Commander Volume Up button, add the following to the ProjectorPatrol.INI file:

[\Commander\HotKeys]
VolumeUp=6,38,Shift+Ctrl+Up Arrow

In this example, the first parameter: 6 (the KeyModifier) is the result of adding the Ctrl key value: 2 and the Shift key value: 4 together. The second parameter: 38 (the KeyCode) is the Up Arrow key value. The third parameter: Shift+Ctrl+Up Arrow (the ToolTip) is the text that you want Windows to display in a tooltip pop-up when the mouse pointer is hovering over the Volume Up button. The tooltip is a convenient way for you to inform the user of the hotkey you have assigned to the Volume Up button.