-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Retroarch uses a US English keyboard layout as default (tested by setting keys in the GUI or in cores with direct keyboard input), independently of what layout is set in the OS (at least in linux/Raspbian).
It does not seem there is an option in the GUI to set the keyboard layout, but there is an option in the retroarch.cfg file that says:
# Keyboard layout for input driver if applicable (udev/evdev for now).
# Syntax is either just layout (e.g. "no"), or a layout and variant separated with colon ("no:nodeadkeys").
# input_keyboard_layout =
However, no matter what keyboard code is set (for example 'es' for Spanish), it does not seem to have an effect: the US keyboard layout is always used.
Tested on:
Retroarch 1.10
Retropie 4.8 on a Raspberry pi 4
Reactions are currently unavailable