Skip to content

Commit

Permalink
Provide a keyboard scancode reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa authored Aug 16, 2024
1 parent cfe1295 commit aa9f3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ On MacOS you need to grant the program permission to access the Microphone for a

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!

-----------
Expand Down

0 comments on commit aa9f3cd

Please sign in to comment.