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

changed onscreen keyboard hotkey to F6

This commit is contained in:
Zeno Rogue
2025-09-09 09:01:38 +02:00
parent 28a56f659d
commit 843087f4c8

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", SDLK_F6);
param_b(context_fog, "coolfog");