Difference between revisions of "Key bindings"
m (→Table) |
|||
Line 245: | Line 245: | ||
</td></tr> | </td></tr> | ||
</table> | </table> | ||
+ | |||
+ | :A note specifically about the in-game wiki. This command is bound by default to the H key. If you've managed to unbind it, you can put it back by using the bind command in your console with "toggle wikisearch" as your bound action. So if you wanted to bind your H key to the wiki search, you would open your console (F1) and type in exactly as below: | ||
+ | bind h "toggle wikisearch" | ||
== Examples == | == Examples == |
Revision as of 02:45, 22 February 2011
Main Page / Key bindings
Introduction
Key bindings are defined in the keybindings.txt file, which is automatically updated if you rebind keys while playing. Binds in autorun.txt will be executed on startup and these will overwrite any in keybindings.txt. These files can be found in the Wurm game directory under configs. e.g. C:\Games\Wurm\configs\default
Additionally, key binds can be combined with the Exec console command to enable a player to perform a wide range of tasks with only a few keys, swapping keybinds on the fly. See quickswitch hotkeys for more information and examples.
Key binds
Key binds allow quick "hotkey" access to common commands and actions. The bind command requires special values as input.
<key> is based on Java key constants. Letters and numbers represent themselves. For other keys, if you can't guess the correct name search the full KeyEvent list. Meta keys can also be specified, e.g. shift-tab or ctrl-alt-w. Available meta keys are Ctrl, Shift, and Alt. The "Alt Gr" key is treated as Alt (if your keyboard has one). The non-meta key must always be the last key in the combination. It is not possible to bind only meta keys.
(The numpad keys can be tricky, as they duplicate other keys on the main keyboard. They are: numpad[0-9], add, subtract, multiply, divide and decimal.)
Keys bound to actions are sensitive to the mouse cursor's hover location/position and object highlight. So, if the cursor is hovering over an item in an inventory or highlighting an item on the ground (or a tile itself for other binds), and the TAKE bind key is pressed, that item will be taken. It is not necessary to left-click the mouse button in order to select an item first either; just hovering the mouse over something will allow the key bind to affect it.
Table
|
- A note specifically about the in-game wiki. This command is bound by default to the H key. If you've managed to unbind it, you can put it back by using the bind command in your console with "toggle wikisearch" as your bound action. So if you wanted to bind your H key to the wiki search, you would open your console (F1) and type in exactly as below:
bind h "toggle wikisearch"
Examples
For an example of how key bindings can help you, see quickswitch hotkeys.
Additional autorun.txt uses
autorun.txt can be used in several other useful ways.
The following opens windows when the client loads:
toggle skills toggle inventory toggle stats
This stops kingdom chat from loading when the game starts, but sometimes someone gets in a message before it takes effect. Placing it at the top of the file may help.
say /kchat
You could add this to know how much sleep bonus you have when you log in. This works best at the bottom of the file.
say /sleep
You could add this to know how long the server has been up. This works best at the bottom of the file.
say /uptime
Defaults
If you want to reset your key bindings to their default state simply delete the keybindings file. A new one will be created with the default values.