Skip to content

Configuration

Derek J. Clark edited this page Apr 18, 2023 · 1 revision

Configuring

On first launch a configuration file is generated at /etc/handyggcs/handyggcs.conf which can be edited to change some of the default values. The default configuration looks like this:

[Button Map]
"button1": "SCR"
"button2": "QAM"
"button3": "ESC"
"button4": "OSK"
"button5": "MODE"

[Gyro]
"sensitivity": "20"

Valid button mapping codes are as follows:

ALT_TAB | Adds ALT+TAB keyboard shortcut
ESC     | Adds Escape keyboard shortcut
MODE    | Adds Xbox/PS/Guide/Mode button shortcut
KILL    | Adds shortcut to kill the currently focused app
OSK     | Adds shortcut to open the Steam Deck UI On Screen Keyboard (Only works in-game)
QAM     | Adds shortcut to open the Steam Deck UI Quick Access Menu (Right Menu)
SCR     | Adds shortcut to take a screenshot when in the Steam Deck UI

Adjusting the gyro sensitivity up/down will increase/decrease the motion multiplier added to the right joystick.

Clone this wiki locally