shithub: m8c

Download patch

ref: aa9f3cd215605d66adeca4ae2a5f9d8aba4047e4
parent: cfe1295220e8624087943870b5d7d02011f2e01a
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Fri Aug 16 09:21:57 EDT 2024

Provide a keyboard scancode reference link

--- a/README.md
+++ b/README.md
@@ -159,12 +159,12 @@
 
 Application settings and keyboard/game controller bindings can be configured via `config.ini`.
 
-If not found, the file will be created in one of these locations:
+The keyboard configuration uses SDL2 Scancodes, a reference list can be found at https://wiki.libsdl.org/SDL2/SDLScancodeLookup
+
+If the file does not exist, it will be created in one of these locations:
 * Windows: `C:\Users\<username>\AppData\Roaming\m8c\config.ini`
 * Linux: `/home/<username>/.local/share/m8c/config.ini`
 * MacOS: `/Users/<username>/Library/Application Support/m8c/config.ini`
-
-See the `config.ini.sample` file to see the available options.
 
 Enjoy making some nice music!
 
--