mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 01:33:02 +00:00
changed onscreen keyboard hotkey to F6
This commit is contained in:
@@ -1627,7 +1627,7 @@ EX void initConfig() {
|
|||||||
ld emul = 1;
|
ld emul = 1;
|
||||||
|
|
||||||
param_b(dialog::onscreen_keyboard, "onscreen_keyboard")
|
param_b(dialog::onscreen_keyboard, "onscreen_keyboard")
|
||||||
->editable("onscreen keyboard", 'K');
|
->editable("onscreen keyboard", SDLK_F6);
|
||||||
|
|
||||||
param_b(context_fog, "coolfog");
|
param_b(context_fog, "coolfog");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user