Giter VIP home page Giter VIP logo

Comments (2)

tb2097 avatar tb2097 commented on September 3, 2024

The issue with the centre button states in that it isn't something supported at the driver level. I have some initial designs on how this could be added as a feature, but given the major changes I have made to the interface I want to ensure everything is in a stable state before marking it as such and working on trying to implement additional features. For example, I would need to do some research to determine how to enable the LEDs that let you know what configuration is currently set, which I'm unsure if they are addressable in Linux. I did find someone's code specific to the PTK-640 that can address the LEDs (and the icons displayed beside the buttons), however I don't have one to test with and it doesn't seem to work with the devices I do have.

With the keypad input, the mapping should be working correctly, however what it does is dependent on the state of your NumLock, as it would be using the real keyboard. The driver sends the keypress signal, which I am unable to override. You can check that it is being set as the correct keypad key.
ie. if you map button B to keypad Delete:

Wacom Intuos Pro M Finger touch 	id: 10	type: TOUCH     
Wacom Intuos Pro M Pen stylus   	id: 11	type: STYLUS    
Wacom Intuos Pro M Pen eraser   	id: 12	type: ERASER    
Wacom Intuos Pro M Pen cursor   	id: 13	type: CURSOR    
Wacom Intuos Pro M Pen pad      	id: 14	type: PAD
> xsetwacom --get 14 button 2
key +KP_Delete -KP_Delete```
with NumLock on, it with print `.`, with it off it will function as the delete key.

from wacom-gui.

tb2097 avatar tb2097 commented on September 3, 2024

It looks like the people behind libwacom tools are starting to work on something to work with the monitoring/configuring of toggle. I'll monitor/see what I can help with in this regard.

from wacom-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.