Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-15 | support SteamDeck bumper buttons in desktop layout | 0neGal | |
2024-06-20 | fixed Escape closing popups when inputs are active | 0neGal | |
2024-06-20 | allow navigating around on a keyboard with HJKL | 0neGal | |
2024-06-18 | make center cluster buttons open settings popup | 0neGal | |
2024-06-15 | up delay between gamepad axes and their actions | 0neGal | |
The lower delay that was there previously would lead to the axes/joysticks moving around the UI way too fast. | |||
2024-06-15 | prevent gamepad buttons from repeating actions | 0neGal | |
It now waits until the button has been released before that button can again do its action. | |||
2024-06-15 | added ability to switch section with bumpers | 0neGal | |
Either with the top bumper buttons on a gamepad, or with Q/E on a keyboard instead. | |||
2024-06-15 | use popups.hide_last() for gamepad close button | 0neGal | |
2024-06-14 | initial gamepad/keyboard navigation support | 0neGal | |
Far from complete, but this does the bulk of the work, the rest is just fixing places where the selection moves in weird ways after doing some things, and overall improving the look and feel of it. |