Difference between revisions of "WkRemapKeys"
From Worms Knowledge Base
m (fix table) |
(Fixes) |
||
Line 11: | Line 11: | ||
}} | }} | ||
− | This [[WormKit]] module allows you to remap any keys on the keyboard. It works only during the game and doesn't affect chatting. | + | This [[WormKit]] module allows you to remap any keys on the keyboard. It works only during the game and doesn't affect chatting<ref name="loader-only">Chat is not affected, unless special control buttons are used as the remap targets (before the "=" sign). These include '''F1-F6''', '''F9''', '''Arrows''' (Up/Down/Left/Right), '''Backspace''' and '''Page Up'''. This is the default behavior of the game: these keys are essential for the chat to function properly. Space and Enter do not count.</ref>. |
== How to use it == | == How to use it == | ||
Line 112: | Line 112: | ||
|- | |- | ||
|48 | |48 | ||
− | | | + | |0 |
|- | |- | ||
|49 | |49 | ||
− | | | + | |1 |
|- | |- | ||
|50 | |50 | ||
− | | | + | |2 |
|- | |- | ||
|51 | |51 | ||
− | | | + | |3 |
|- | |- | ||
|52 | |52 | ||
− | | | + | |4 |
|- | |- | ||
|53 | |53 | ||
− | | | + | |5 |
|- | |- | ||
|54 | |54 | ||
− | | | + | |6 |
|- | |- | ||
|55 | |55 | ||
− | | | + | |7 |
|- | |- | ||
|56 | |56 | ||
+ | |8 | ||
+ | |- | ||
+ | |57 | ||
|9 | |9 | ||
|- | |- | ||
Line 389: | Line 392: | ||
<nowiki>**</nowiki> - US QWERTY information, may differ by keyboards. | <nowiki>**</nowiki> - US QWERTY information, may differ by keyboards. | ||
|} | |} | ||
+ | |||
+ | == Notes == | ||
+ | <references/> | ||
== Links == | == Links == | ||
[http://myfiles.my1.ru/wa/wk/keycodes.html The list of Key Codes (decimal format)] | [http://myfiles.my1.ru/wa/wk/keycodes.html The list of Key Codes (decimal format)] |
Revision as of 18:45, 19 January 2014
(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[1].
How to use it
First of all, you need to have the "Load WormKit modules" option from Advanced settings enabled. 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.
[show]Key Codes |
---|
Notes
- Jump up ↑ Chat is not affected, unless special control buttons are used as the remap targets (before the "=" sign). These include F1-F6, F9, Arrows (Up/Down/Left/Right), Backspace and Page Up. This is the default behavior of the game: these keys are essential for the chat to function properly. Space and Enter do not count.