Skip to content

Instantly share code, notes, and snippets.

@bmwcmw
Last active June 13, 2018 15:58
Show Gist options
  • Save bmwcmw/dc252e2ee4ec8e91be52fdedd1bac2f5 to your computer and use it in GitHub Desktop.
Save bmwcmw/dc252e2ee4ec8e91be52fdedd1bac2f5 to your computer and use it in GitHub Desktop.
ThinkPad Multi Connect Bluetooth Keyboard with Trackpoint

➜ ~ xmodmap -pp There are 12 pointer buttons defined.

Physical        Button
 Button          Code
    1              1
    2              2
    3              3
    4              4
    5              5
    6              6
    7              7
    8              8
    9              9
   10             10
   11             11
   12             12

➜ ~ kate ~/.Xmodmap

pointer = 1 10 3 4 5 6 7 8 9 2 # pointer = 1 2 3 4 5 6 7 8 9 10 to reset in order

➜ ~ kate ~/.bashrc

xmodmap ~/.Xmodmap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment