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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user