13 lines
609 B
Plaintext
13 lines
609 B
Plaintext
# Taken from Debian.
|
|
# 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.
|
|
|
|
#MID_CLICK="-middle 0 68" # F10 with no modifier
|
|
#MID_CLICK="-middle 125 272" # Left Apple Key (LEFTMETA) + click
|
|
#RIGHT_CLICK="-right 0 87" # F11 with no modifier
|
|
#RIGHT_CLICK="-right 29 272" # Left Ctrl + click
|
|
#SCROLL="-scroll 56" # Alt key
|
|
#TYPING_BLOCK="-typing-block 300" # block mouse for 300ms after a keypress
|