Difference between revisions of "WkBindKeys"

From Worms Knowledge Base

Jump to: navigation, search
m (Update released version and links to v1.0.3)
Line 3: Line 3:
 
| name = wkBindKeys
 
| name = wkBindKeys
 
| developer = [[People/Drey08|drey08]]
 
| developer = [[People/Drey08|drey08]]
| version = 1.0.2 / 2014 February 24
+
| version = 1.0.3 / 2014 February 24
 
| games = [[Worms Armageddon|W:A]]
 
| games = [[Worms Armageddon|W:A]]
 
| waver = All versions
 
| waver = All versions
Line 9: Line 9:
 
| license = Open source ([http://www.boost.org/users/license.html Boost])
 
| license = Open source ([http://www.boost.org/users/license.html Boost])
 
| website = https://github.com/AndrejMitrovic/wkBindKeys
 
| website = https://github.com/AndrejMitrovic/wkBindKeys
| download = [https://github.com/AndrejMitrovic/wkBindKeys/releases/download/v1.0.2/wkBindKeys_v1_0_2.zip the archive (169 kB)]
+
| download = [https://github.com/AndrejMitrovic/wkBindKeys/releases/download/v1.0.3/wkBindKeys_v1_0_3.zip the archive (169 kB)]
 
}}
 
}}
  

Revision as of 00:05, 24 February 2014

(Up to WormKit)
wkBindKeys
Developer: drey08
Latest version: 1.0.3 / 2014 February 24
Supported games: W:A
Supported W:A version: All versions
Language: D
License: Open source (Boost)
Website: https://github.com/AndrejMitrovic/wkBindKeys
Download: the archive (169 kB)

This WormKit module allows you to remap any keys on the keyboard when playing W:A. It uses a readable key binding config file, and has a toggle key option.

Note: wkBindKeys does not automatically detect the chat window in-game, the key bindings have to be toggled on or off with the toggle key. Chat window detection is a planned feature.

How to use it

You need to have the Load WormKit modules option in the Advanced settings in W:A enabled. Unpack the contents of the wkBindKeys archive into your W:A folder.

Example key bindings are located in the wkBindKeys.ini config file.

Example of the wkBindKeys.ini config file

# This is the wkBindKeys configuration file.
# Lines starting with '#' are comment lines.
#
# The configuration format is:
# new_key = target_key

# Key used to toggle the key bindings on and off
home=toggle

# Pressing 'a' will be the same as pressing the enter key
a=enter
d=space
g=`

Bugs / Feature Requests

If you find bugs or want to submit feature requests, please file them here. You may need a GitHub account before submitting any issues (registration is free).

List of supported keys

List of all virtual key codes

Use the key names from the Symbolic Constant Name column when editing the wkBindKeys.ini config file. wkBindKeys also supports an alternate but simpler syntax for the key names, e.g. left-shift, r-ctrl, etc.

Personal tools