martypc icon indicating copy to clipboard operation
martypc copied to clipboard

MartyPC 0.2.0 fails to load keyboard mappings

Open dbalsom opened this issue 3 months ago • 0 comments

A configuration line telling MartyPC where to find keyboard layouts was omitted from the release.

If you wish to use an international keyboard layout, please add this line to paths array under the emulator section of martypc.toml:

{ resource = "keyboard_layout", path = "$basedir$/configs/keyboard_layouts", recurse = false },

dbalsom avatar Apr 05 '24 16:04 dbalsom