mouseemu --version (return code: 0)
usage: mouseemu
[-middle B2_MOD B2_KEY]
[-right B3_MOD B3_KEY]
[-scroll SCROLL_MOD]
[-typing-block DELAY]
[-device UINPUT_DEVICE]
[-nofork]
[-autorescan]
[-debug]
All modifier and button key arguments are
key scancodes. They can be found in
/usr/src/linux/include/linux/input.h,
or by using `showkey` in a console.
Use decimal values. BTN_LEFT(272) is usable as B2_KEY or B3_KEY.
Default uinput device: /dev/uinput.
Default keys:
Middle click : none (0 0)
Right click : none (0 0)
Scroll mod. : none (0)
Default blocking time while typing: 300ms
mouseemu --help (return code: 0)
usage: mouseemu
[-middle B2_MOD B2_KEY]
[-right B3_MOD B3_KEY]
[-scroll SCROLL_MOD]
[-typing-block DELAY]
[-device UINPUT_DEVICE]
[-nofork]
[-autorescan]
[-debug]
All modifier and button key arguments are
key scancodes. They can be found in
/usr/src/linux/include/linux/input.h,
or by using `showkey` in a console.
Use decimal values. BTN_LEFT(272) is usable as B2_KEY or B3_KEY.
Default uinput device: /dev/uinput.
Default keys:
Middle click : none (0 0)
Right click : none (0 0)
Scroll mod. : none (0)
Default blocking time while typing: 300ms