Skip to content
AnrDaemon edited this page Sep 6, 2014 · 1 revision

nKey allow you to create global hotkeys to perform defined LS tasks, such as !Bangs, or launching applications, both, or neither.

Loading

Base configuration

Key definition file

A file referenced by nKeyVKTable is a simple list of "name-value" pairs of key names and their corresponding HEX values, separated by spaces. Anything beyond key value is ignored. The only notable moment you MUST keep in mind is that names defined in this file are case-sensitive. This means, if you define…

VK_LEFT   0x25 ; LEFT ARROW key

…(note the capitals), you can't use it as…

*Hotkey Ctrl+Win VK_Left …

…that will just not work.

Clone this wiki locally