summaryrefslogtreecommitdiff
path: root/data/examples/keys
blob: bd46822c283a96692b55a5c02922f2a344288428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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