1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-04 15:53:00 +00:00

fixed the impossiblity of entering 'k' in edits

This commit is contained in:
Zeno Rogue
2025-09-07 10:29:41 +02:00
parent 6996e7f8ce
commit 4b85e8e561

View File

@@ -1627,7 +1627,7 @@ EX void initConfig() {
ld emul = 1;
param_b(dialog::onscreen_keyboard, "onscreen_keyboard")
->editable("onscreen keyboard", 'k');
->editable("onscreen keyboard", 'K');
param_b(context_fog, "coolfog");