User Tools

Site Tools


controls

This is an old revision of the document!


Controls

controls.conf is a file to configure your controller input.

Example settings for controls:

Control Description Notes
upScrolls menu up (for vertical menus)
downScrolls menu up (for vertical menus)
leftScrolls menu left (for horizontal menus)
rightScrolls menu right (for horizontal menus)
pageUpScrolls menu back by a page
pageDownScrolls menu forward by a page
letterUpScrolls to the previous item in the alphabet Available in version 0.5.158 or later
letterDownScrolls menu next item in the alphabetAvailable in version 0.5.158 or later
addPlaylistAdds a game to the favorites playlist Available in version 0.7.1 or later
removePlaylistRemoves a game from the favorites playlist Available in version 0.7.1 or later
nextPlaylistSwitches between the full game list and the favorites playlistAvailable in version 0.7.1 or later
randomSelects a random game Available in version 0.7.1 or later
selectSelects the active menu item
backLeaves current menu
quitExits the frontend

Controllers/joysticks are supported in versions 0.6.x and later.

Gamepad/joystick codes

^Keycode ^Description^

joyXButtonY Gamepad button (X=joypad number, Y=button number)
joyXHatYLeftUp Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYLeft Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYLeftDown Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYUp Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYDown Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYRightUp Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYRight Gamepad hat direction (X=joypad number, Y=hat number)
joyXHatYRightDown Gamepad hat direction (X=joypad number, Y=hat number)
joyXAxis0+ First POV stick, first axis positive direction (X=joypad number)
joyXAxis0- First POV stick, first axis negative direction (X=joypad number)
joyXAxis1+ First POV stick, second axis positive direction (X=joypad number)
joyXAxis1- First POV stick, second axis negative direction (X=joypad number)
joyXAxis2+ Second POV stick, first axis positive direction (X=joypad number)
joyXAxis2- Second POV stick, first axis negative direction (X=joypad number)
joyXAxis3+ Second POV stick, second axis positive direction (X=joypad number)
joyXAxis3- Second POV stick, second axis negative direction (X=joypad number)

Mouse codes

Keycode Description
mouseButtonleft the left mouse button
mouseButtonMiddle the middle mouse button
mouseButtonRight the right mouse button
mouseButtonX1 the X1 mouse button
mouseButtonX2 the X2 mouse button

Keyboard codes:

controls.1494776373.txt.gz · Last modified: 2017/05/14 11:39 by bodbod