This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
client:keys [2018/04/01 10:14] karl older clients and newer ones differ slightly |
client:keys [2024/12/25 18:36] (current) saru added link to bind command |
||
---|---|---|---|
Line 8: | Line 8: | ||
===== Creation of the Keys file == | ===== Creation of the Keys file == | ||
When the [[:client]] starts the first time, then there will be no "keys" file, \\ | When the [[:client]] starts the first time, then there will be no "keys" file, \\ | ||
- | and **if** the user never would use the bind and [[:player_commands#unbind]] commands, \\ | + | and **if** the user never would use the [[:player_commands#bind]] and [[:player_commands#unbind]] commands, \\ |
then would that file likely never exist there. | then would that file likely never exist there. | ||
Line 34: | Line 34: | ||
== Older == | == Older == | ||
|#define KEYF_NORMAL |0x01^N|// Used in normal mode //| | |#define KEYF_NORMAL |0x01^N|// Used in normal mode //| | ||
- | |#define KEYF_FIRE |0x02^F|// Used in fire mode //| | + | |#define KEYF_FIRE |0x02^F|// Used in [[:firekey|fire mode]] //| |
- | |#define KEYF_RUN |0x04^R|// Used in run mode //| | + | |#define KEYF_RUN |0x04^R|// Used in [[:runkey|run mode]] //| |
|#define KEYF_MODIFIERS |0x07((includes 01,02,04))^A|// Mask for actual keyboard modifiers, not action modifiers //| | |#define KEYF_MODIFIERS |0x07((includes 01,02,04))^A|// Mask for actual keyboard modifiers, not action modifiers //| | ||
|#define KEYF_EDIT |0x08^E|// Line editor //| | |#define KEYF_EDIT |0x08^E|// Line editor //| |