File sysconfig.mouseemu of Package mouseemu
# Defaults for mouseemu initscript (/etc/init.d/mouseemu)
# These are the default values on PowerPC. On all other architectures
# middle and right click are disabled by default.
# Key codes can be found in include/linux/input.h in the kernel headers
# or by using `showkey` in a console.
# 0 68 == F10 with no modifier
# 0 87 == F11 with no modifier
# 0 88 == F12 with no modifier
# 29 272 == Left Ctrl + click
# 125 272 == Left Apple Key (LEFTMETA) + click
# 56 == Alt key
#
# -midle x y
MOUSEEMU_MID_CLICK="-middle 0 87"
# -right x y
MOUSEEMU_RIGHT_CLICK="-right 0 88"
# -scroll x y
MOUSEEMU_SCROLL=
# -typing-block n
MOUSEEMU_TYPING_BLOCK=