Difference between revisions of "WkRemapKeys"

From Worms Knowledge Base

Jump to: navigation, search
m (moved WkKeyRemap to WkRemapKeys)
Line 1: Line 1:
 
{{lowercase title}}{{ParentArticle|[[WormKit]]}}
 
{{lowercase title}}{{ParentArticle|[[WormKit]]}}
{{WkIncompatible|versioncheck=1}}
 
 
{{Software_infobox
 
{{Software_infobox
| name = wkKeyRemap
+
| name = wkRemapKeys
| developer = [[People/Kawoosh|Kawoosh]]
+
| developer = [[People/Kawoosh|Kawoosh]], [[People/StepS|StepS]]
| version = 1.0 / 30 July 2012
+
| version = 1.0.0.3 / 28 September 2013
 
| games = [[Worms Armageddon|W:A]]
 
| games = [[Worms Armageddon|W:A]]
| waver = 3.6.31.0
+
| waver = 3.7.2.1 (Both)
 
| language = C++
 
| language = C++
 
| license = Closed source
 
| license = Closed source
| download = [http://myfiles.my1.ru/wa/wk/wkKeyRemap.zip the archive (25.5 KB)]
+
| download = [http://myfiles.my1.ru/wa/wk/wkRemapKeys.zip the archive (32.4 KB)]
 
}}
 
}}
  
Line 19: Line 18:
 
An example is written in the ini (settings file):
 
An example is written in the ini (settings file):
  
<code>[KeyRemap]<br>
+
<code>[RemapKeys]<br>
 
32=32,90,88</code>
 
32=32,90,88</code>
  

Revision as of 21:19, 28 September 2013

(Up to WormKit)
wkRemapKeys
Developer: Kawoosh, StepS
Latest version: 1.0.0.3 / 28 September 2013
Supported games: W:A
Supported W:A version: 3.7.2.1 (Both)
Language: C++
License: Closed source
Download: the archive (32.4 KB)

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):

[RemapKeys]
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