2010-11-20 16:57:10 +02:00
|
|
|
# Keymouse (C) 2008 Francesco Piccinno <stack.box@gmail.com> - BSD License
|
|
|
|
# Example configuration
|
|
|
|
|
|
|
|
# Global options
|
2012-04-01 12:10:59 +03:00
|
|
|
device=/dev/input/event0
|
2010-11-20 16:57:10 +02:00
|
|
|
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
|
2011-05-14 14:59:50 +03:00
|
|
|
bkeys=103,108,106,105,114,115,25
|
2010-11-20 16:57:10 +02:00
|
|
|
|
|
|
|
# Actions
|
|
|
|
# <action>=mod1:mod2
|
|
|
|
|
|
|
|
up=103:0:
|
|
|
|
down=108:0:
|
|
|
|
right=106:0:
|
|
|
|
left=105:0:
|
2011-05-14 14:59:50 +03:00
|
|
|
rup=115:0:
|
|
|
|
rdown=114:0:
|
2010-11-20 16:57:10 +02:00
|
|
|
#lup=42:2:
|
|
|
|
#ldown=56:1:
|
2011-05-14 14:59:50 +03:00
|
|
|
click=114:1:
|
|
|
|
rclick=115:1:
|
2010-11-20 16:57:10 +02:00
|
|
|
3click=25:2:
|
|
|
|
lock=25:1:
|