New EnduraPro Keyboard for Christmas. Love the typing. The trackpoint is a little wonky compared to modern ones.
No Middle Click. Does anyone have any ideas how I could use something like xmodmap to do middle click scrolling like on ThinkPad?
@darthwayne
I solved it. I found this post:
https://www.reddit.com/r/linuxmasterrace/comments/4uf66p/rightclick_scrolling_with_2button_embedded/
``` xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Scroll Method Enabled' 0 0 1 xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Middle Emulation Enabled' 1 xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Button Scrolling Button' 3```
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)
I solved it. I found this post:
https://www.reddit.com/r/linuxmasterrace/comments/4uf66p/rightclick_scrolling_with_2button_embedded/
```
xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Scroll Method Enabled' 0 0 1
xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Middle Emulation Enabled' 1
xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Button Scrolling Button' 3
```