This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad peppy cyapa" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
MatchProduct "cyapa" | |
Option "FingerLow" "10" | |
Option "FingerHigh" "10" | |
EndSection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<ol> | |
<li v-for="doc in docs"> | |
<router-link :to="doc.path">{{ doc.title }}</router-link> | |
</li> | |
</ol> | |
</div> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Button remap for Kensington Expert Trackball | |
# both upper buttons (90003 + 90004) act as BTN_LEFT (272) | |
# both lower buttons (90001 + 90002) act as BTN_RIGHT (273) | |
# save this file under '/etc/udev/hwdb.d/90-kensington-expert-trackball-remap.hwdb' | |
# run `sudo systemd-hwdb update` and reboot | |
# | |
# source: https://askubuntu.com/questions/1145057/remapping-mouse-buttons-to-keyboard-keys | |
# /sys/class/input/event20/device/id/bustype:0003 | |
# /sys/class/input/event20/device/id/product:1020 | |
# /sys/class/input/event20/device/id/vendor:047d |