Difference between revisions of "WkRemapKeys"

From Worms Knowledge Base

Jump to: navigation, search
(Created page with "{{lowercase title}}{{ParentArticle|WormKit}} {{Software_infobox | name = wkKeyRemap | developer = Kawoosh | version = 1.0 / 30 July 2012 | games = [[Worms ...")
 
Line 8: Line 8:
 
| language = C++
 
| language = C++
 
| license = Closed source
 
| license = Closed source
| download = [https://dl.dropbox.com/u/48532592/wa/wk/wkKeyRemap.zip the archive (43KB)] [http://myfiles.my1.ru/wa/wk/wkKeyRemap.zip mirror]
+
| download = [https://dl.dropbox.com/u/48532592/wa/wk/wkKeyRemap.zip the archive (25.5 KB)] [http://myfiles.my1.ru/wa/wk/wkKeyRemap.zip mirror]
 
}}
 
}}
  
Line 18: Line 18:
 
An example is written in the ini (settings file):
 
An example is written in the ini (settings file):
  
<code>[KeyRemap]<br />
+
<code>[KeyRemap]<br>
0x20=0x20,0x5A,0x58</code>
+
32=32,90,88</code>
  
What we do here is to remap Space (0x20) to Z (0x5A) and X (0x58) while keeping the original Space (0x20) functioning.
+
What we do here is to remap Space (32) to Z (90) and X (88) while keeping the original Space functioning.
You can add as many lines as you want.
+
 
 +
The second example:
 +
 
 +
<code>119=119,17</code>
 +
 
 +
Remaps F8 to Ctrl, and keeps itself.
  
 
== Links ==
 
== Links ==
[http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx The list of Virtual Key Codes (MSDN)]
+
[http://myfiles.my1.ru/wa/wk/keycodes.html The list of Key Codes (decimal format)]

Revision as of 23:07, 30 July 2012

(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 (25.5 KB) 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]
32=32,90,88

What we do here is to remap Space (32) to Z (90) and X (88) while keeping the original Space functioning.

The second example:

119=119,17

Remaps F8 to Ctrl, and keeps itself.

Links

The list of Key Codes (decimal format)

Personal tools