1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-09 06:39:43 +00:00

show keyboard in 'search for setting'

This commit is contained in:
Zeno Rogue
2025-12-11 20:48:43 +01:00
parent 38e50861a0
commit c2dc92d02a
2 changed files with 9 additions and 0 deletions

View File

@@ -1390,6 +1390,12 @@ EX namespace dialog {
addKeyboardItem(lr ? " \t\x1\x2" : " \t");
}
EX void setting_keyboard() {
addKeyboardItem("qwertyuiop");
addKeyboardItem("asdfghjkl");
addKeyboardItem("zxcvbnm_\b");
}
EX bool onscreen_keyboard = ISMOBILE;
struct number_dialog_help {