diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 15:10:46 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 15:10:46 +0100 |
commit | 226d6d7642883d0874fe41ff35da768b8c2adb21 (patch) | |
tree | ee1bf6bd1c7e0fe0338b131e4839818f6545e159 /data/examples | |
parent | 601d9c0cb5dbd044a9db014777f11b6e45db8780 (diff) |
Add feh/keys example
Diffstat (limited to 'data/examples')
-rw-r--r-- | data/examples/keys | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/examples/keys b/data/examples/keys new file mode 100644 index 0000000..bd46822 --- /dev/null +++ b/data/examples/keys @@ -0,0 +1,15 @@ +# feh key configuration. +# Comments start with a # sign, do not use them mid-line. +# Each line must be blank, a comment, or a key definition. +# +# key definition: <action name> <key1> [<key2> [<key3>]] +# +# Each <key> is an X11 keysym (as output by xev) with optional modifier. +# For instance, C-x would be Ctrl+X, or 4-space Mod4+Space + +# Examples for vim-like menu bindings on a qwerty keyboard: +menu_parent h Left +menu_child l Right +menu_down j Down +menu_up k Up +menu_select space Return |