Some command line options are not GNU/POSIX compliant (4)
[geeqie.git] / keymap / hardcoded_keys
1 #cursor keys
2 "Scroll" "Left"
3 "FastScroll" "<Shift>Left"
4 "Left Border" "<Control>Left"
5 "Left Border" "<Shift><Control>Left"
6 "Scroll" "Right"
7 "FastScroll" "<Shift>Right"
8 "Right Border" "<Control>Right"
9 "Right Border" "<Shift><Control>Right"
10 "Scroll" "Up"
11 "FastScroll" "<Shift>Up"
12 "Upper Border" "<Control>Up"
13 "Upper Border" "<Shift><Control>Up"
14 "Scroll" "Down"
15 "FastScroll" "<Shift>Down"
16 "Lower Border" "<Control>Down"
17 "Lower Border" "<Shift><Control>Down"
18
19 #mouse
20 "Next/Drag" "M1"
21 "FastDrag" "<Shift>M1"
22 "DnD Start" "M2"
23 "Menu" "M3"
24 "PrevImage" "MW4"
25 "NextImage" "MW5"
26 "ScrollUp" "<Shift>MW4"
27 "ScrollDown" "<Shift>MW5"
28 "ZoomIn" "<Control>MW4"
29 "ZoomOut" "<Control>MW5"