atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.88k stars 110 forks source link

Xbox one Series X share button does nothing #356

Closed robzombie91 closed 1 year ago

robzombie91 commented 2 years ago

Is your feature request related to a problem? Please describe. None

Describe the solution you'd like Either take a screenshot using appropriate screen grabbing software or be able to be programmed to do something else based on user input

kakra commented 2 years ago

It's actually sending events when looking at evtest so it's up to user-space to make use of this button. You may be able to bind a screenshot program to the button. Later version of xpadneo will improve that by allowing to customize the key which gets sent. If you use Steam, you may want to set it to F12 then.

There may be an issue with the Share button being in the consumer control device, user-space may not properly look at those. This is already investigated.

robzombie91 commented 2 years ago

Can you link the relevant issue# or pr#?

robzombie91 commented 2 years ago

or is this the first one to be opened?

kakra commented 2 years ago

The customization stuff will start after v0.10. More relevant issues are linked in the relevant projects.

Skullfurious commented 2 years ago

Having issues with the share button as well. Doesn't appear to work in any games. I'm not sure if this is actually relevant to OP's post though. Wasn't working in Path of Exile nor Hades.

kakra commented 2 years ago

There's a patch queued which assigns F12 for the Share button (see commit link above). There's currently no support for sending it as a native gamepad button.