summaryrefslogtreecommitdiff
path: root/keymouse/files/keymouse.cfg
blob: 50c2d8ddf5c80838206b362d19a44065f4f39cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Keymouse (C) 2008 Francesco Piccinno <stack.box@gmail.com> - BSD License
# Example configuration

# Global options
device=/dev/input/event1
udevice=/dev/uinput
debug=0
#dump=1
dump=0
touchscreen=0

max accel=200
max modes=6

# 0 no notify 1 blocknum notify 2 exec notify
notify=0
notify exec=

# Mapping (see /usr/include/linux/input.h for keycode or use dump option)
modes=100,29,56
bkeys=103,108,106,105,88,87,25

# Actions
# <action>=mod1:mod2

up=103:0:
down=108:0:
right=106:0:
left=105:0:
rup=87:0:
rdown=88:0:
#lup=42:2:
#ldown=56:1:
click=88:1:
rclick=87:1:
3click=25:2:
lock=25:1: