[wiki] [sites] wiki updated
changeset: 552:ae9cc6a46237
tag: tip
user: joten <joten_AT_freenet.de>
date: Fri Jun 11 17:12:43 2010 +0200
files: dwm.suckless.org/patches/keymodes.md
description:
had to correct some links and formatting in 'keymodes' patch
diff -r 6a5aff2c4bb5 -r ae9cc6a46237 dwm.suckless.org/patches/keymodes.md
--- a/dwm.suckless.org/patches/keymodes.md Fri Jun 11 16:47:32 2010 +0200
+++ b/dwm.suckless.org/patches/keymodes.md Fri Jun 11 17:12:43 2010 +0200
_AT_@ -12,16 +12,16 @@
There are two different patches:
* keymodes: the minimal patch
- * vim-keymodes: This patch tries to emulate the key bindings of Vim. Therefor it includes additional functions, which depend on the [flextile patch](../flextile).
+ * vim-keymodes: This patch tries to emulate the key bindings of Vim. Therefor it includes additional functions, which depend on the [flextile patch](./flextile).
## Configuration ##
- (1) Download the favoured patch and apply it according to the [general instructions](.). If you choose vim-keymodes you will have to apply the flextile patch first.
+ (1) Download the favoured patch and apply it according to the [general instructions](.). If you choose vim-keymodes you will have to apply the [flextile patch](./flextile) first.
(2) Transfer the changes made by the patch in 'config.def.h' to your 'config.h', if needed; please see the patch file for details.
- (3) Verify the following lines in the aforementioned arrays:
+ (3) Verify the following lines in the aforementioned arrays. The entries in the `cmdkeys` array are defined like those in the original `keys` array of dwm and take precedence over the key bindings defined in the `commands` array. The modifier and keysym definitions in the `commands` array are themselves arrays with four entries, whereas the first entry in the modifier array corresponds to the first entry in the keysym array and so forth.
static Key keys[] = {
/* modifier key function argument */
_AT_@ -38,8 +38,6 @@
...
};
- The entries in the `cmdkeys` array are defined like those in the original `keys` array of dwm and take precedence over the key bindings defined in the `commands` array. The modifier and keysym definitions in the `commands` array are themselves arrays with four entries, whereas the first entry in the modifier array corresponds to the first entry in the keysym array and so forth.
-
## Usage ##
Received on Fri Jun 11 2010 - 17:12:47 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 19:31:18 CEST