shithub: m8c

Download patch

ref: c0d366f9af3d36882e2ffebb0f4df8cf17140f3b
parent: b9647fa7f1595020e43b85ab1f44dddc24ed8d18
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Fri Sep 5 18:12:31 EDT 2025

Update README.md

--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@
 * Esc = toggle keyjazz on/off
 * r / select+start+opt+edit = reset display (if glitches appear on the screen, use this)
 * F12 = toggle audio routing on / off
-* ` (grave) = toggle in-app log overlay (configurable)
+* ` (grave) = toggle in-app log overlay
 
 ### Keyjazz
 
@@ -215,7 +215,7 @@
 
 An in-app log overlay is available for platforms where reading console output is inconvenient.
 
-- Default toggle key: ` (grave). You can change it in `config.ini` under `[keyboard]` using `key_toggle_log=<SDL_SCANCODE>`.
+- Default toggle key: \` (grave). You can change it in `config.ini` under `[keyboard]` using `key_toggle_log=<SDL_SCANCODE>`.
 - The overlay shows recent `SDL_Log*` messages.
 - Long lines are wrapped to fit; the view tails the most recent output.
 
--