LogoGwool Litestep Mirror

Contents

nKey

<wiki:toc max_depth="3" />

Introduction

nKey is a hotkey module for LiteStep. It lets you execute actions when some key combination is pressed.

Configuration

Hotkeys

Settings and commands for creating/removing hotkeys.

`*`Hotkey

Creates a new hotkey.

|| *Parameter* || *Type* || *Description* || || Mods || [MODIFIER_KEYS] || The modifier keys for the hotkey. || || Key || KEY || The keyboard key to use. Either a single character corresponding to the key on the keyboard or one of the keys defined in the VKTable. || || Action || ACTION || The action to execute when this hotkey is pressed. ||

!RemoveHotkey

Removes a hotkey, if it exists.

|| *Parameter* || *Type* || *Description* || || Mods || [MODIFIER_KEYS] || The modifier keys for the hotkey. || || Key || KEY || The keyboard key the hotkey is using. ||

nKeyLeftWindows

Specifies an action to execute if the left windows key is released without another hotkey being executed first.

|| *Parameter* || *Type* || *Description* || || Action || ACTION || The action to execute. ||

nKeyRightWindows

Specifies an action to execute if the right windows key is released without another hotkey being executed first.

|| *Parameter* || *Type* || *Description* || || Action || ACTION || The action to execute. ||

Settings

Settings which effect all hotkeys

nKeyVKTable

Specifies the path to the VKTable nKey should use. The VKTable maps keyboard keys -> strings which you use with the `*`Hotkey/!Hotkey commands.

|| *Parameter* || *Type* || *Description* || || Path || PATH || Path to the VKTable file. ||