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

unable to configurate buttons for PTH-651 #359

Open
fugata opened this issue Nov 19, 2024 · 0 comments
Open

unable to configurate buttons for PTH-651 #359

fugata opened this issue Nov 19, 2024 · 0 comments

Comments

@fugata
Copy link

fugata commented Nov 19, 2024

I tried to use xsetwacom to configurate the buttons for my PTH-651. Here are the stesp I took:

  • use xsetwacom --list devices to find the name/ID of my device
  • use xsetwacom --list modifiers to confirm that I can use "ctrl" and "shift"
  • use xev | grep button to find the name of the buttons
  • use xsetwacom --set "Wacom Intuos Pro M Pad pad" button 3 "key ctrl d" to set button 3 to control-D

After I did the above, I opened up an xterm, moved the cursor to the xterm, and then click button 3 --- the xterm then closed, a confirmation that this worked. But I when moved the cursor to the graphics program (xournalpp, in case that matters) and then clicked button 3, nothing happened -- it's supposed to create a new page, and it worked when I issued "ctrl d" from the keyboard instead of the wacom.

I used xsetwacom --get "Wacom Intuos Pro M Pad pad" button 3 to find what button 3 actually did, and I got
key +Control_L +d -d

Is that correct? I also tried
xsetwacom --set "Wacom Intuos Pro M Pad pad" button 8 "key shift ctrl p"
Again button 8 did nothing within the graphics program, and
xsetwacom --get "Wacom Intuos Pro M Pad pad" button 8
returned
key +Shift_L +Control_L +p -p
Is that correct? Is there a way for wacom to send shift and control instead of shift_L and control_L? What are all the +/- signs, and why is there an "-p" and "-d" at the end?

Many thanks!

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

1 participant