Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring pad buttons on Monoprice 10594: xinput/xwacom not finding button presses #147

Open
TheDaviot opened this issue May 16, 2018 · 3 comments

Comments

@TheDaviot
Copy link

After referencing other threads, such as:
#42
#26

I was able to edit /etc/X11/xorg.conf.d/52-tablet.conf such that xsetwacom --list returns:

10594 Pen stylus                	id: 10	type: STYLUS    
10594 Pad pad                   	id: 11	type: PAD    

lsusb shows a "Bus 001 Device 008: ID 256c:006e" that is the tablet and evtest returns events for the button presses. However, xinput test isn't receiving anything, and even after setting keypresses to the wacom drivers, neither they or the xinput test work.
I'm running Linux Mint 18.3 Cinnamon with kernel 4.13.0-41

Help/suggestions?

@CryptoLogiq
Copy link

Help some bug for me...

@CryptoLogiq
Copy link

#!/bin/sh
xsetwacom --set 'HID 256c:006e Pad pad' Button 1 "key +ctrl +z -z -ctrl"
xsetwacom --set 'HID 256c:006e Pad pad' Button 2 "key e"
xsetwacom --set 'HID 256c:006e Pad pad' Button 3 "key b"
xsetwacom --set 'HID 256c:006e Pad pad' Button 8 "key +"
xsetwacom --set 'HID 256c:006e Pad pad' Button 9 "key -"
xsetwacom --set 'HID 256c:006e Pad pad' Button 10 "key ]"
xsetwacom --set 'HID 256c:006e Pad pad' Button 11 "key ["
xsetwacom --set 'HID 256c:006e Pad pad' Button 12 "key p"

@CryptoLogiq
Copy link

work's for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants