-
Notifications
You must be signed in to change notification settings - Fork 175
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
Which evdev key event does Steam watch for launching / tenfoot? #7101
Comments
@kisak-valve Any updates on this? Is there some documentation on global hotkeys for the Steam client? |
@kakra
This button doesn't open the home on a browser but it does open the steam big picture. Hope it help you. EDIT: the DS4 is a hid device with some quircks, the module is called: hid_sony. |
Thanks... This is strange because in my tests |
I tried changing the I think this is due to the kernel defining the following keycode order:
Thus, mode becomes inserted before the others. OTOH, this strange behavior was exposed only after updating the controller firmware, and I ended up fixing it in The HID keycode map of Linux has a lot of flaws, i.e. defining Back to my original intention of this topic: I wanted to maybe find a better key to expose to user space (a real keycode, not a button) so we do not conflict with browsers. |
@kakra Good Luck! 👍 |
While working on atar-axis/xpadneo#158 we came across the question if Steam only watches for the
EV_KEY / KEY_HOME
event which can also be grabbed by browsers, or if it looks for other key events, too.Which key events can be used to bring up the Steam client, its tenfoot launcher or the Steam overlay?
The text was updated successfully, but these errors were encountered: