wkRemapKeys

From Worms Knowledge Base

Revision as of 12:23, 30 July 2012 by StepS (Talk | contribs) (Created page with "{{lowercase title}}{{ParentArticle|WormKit}} {{Software_infobox | name = wkKeyRemap | developer = Kawoosh | version = 1.0 / 30 July 2012 | games = [[Worms ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
(Up to WormKit)
wkKeyRemap
Developer: Kawoosh
Latest version: 1.0 / 30 July 2012
Supported games: W:A
Supported W:A version: 3.6.31.0
Language: C++
License: Closed source
Download: the archive (43KB) mirror

This WormKit module allows you to remap any keys on the keyboard. It works only during the game and doesn't affect chatting.

How to use it

First of all, you must have WormKit or WormKitDS installed. Unpack the files into your W:A folder.

An example is written in the ini (settings file):

[KeyRemap]
0x20=0x20,0x5A,0x58

What we do here is to remap Space (0x20) to Z (0x5A) and X (0x58) while keeping the original Space (0x20) functioning. You can add as many lines as you want.

Links

The list of Virtual Key Codes (MSDN)