mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-29 23:07:03 +00:00
some keyboard tuning
This commit is contained in:
parent
efe82291d1
commit
ee0266c488
@ -172,7 +172,7 @@ namespace dialog {
|
|||||||
it.body = keys;
|
it.body = keys;
|
||||||
it.color = dialogcolor;
|
it.color = dialogcolor;
|
||||||
it.colors = 0xFF8000;
|
it.colors = 0xFF8000;
|
||||||
it.scale = 100;
|
it.scale = 150;
|
||||||
items.push_back(it);
|
items.push_back(it);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -728,7 +728,7 @@ namespace dialog {
|
|||||||
|
|
||||||
void formula_keyboard(bool lr) {
|
void formula_keyboard(bool lr) {
|
||||||
addKeyboardItem("1234567890");
|
addKeyboardItem("1234567890");
|
||||||
addKeyboardItem(".+-*/^()\x3");
|
addKeyboardItem("=+-*/^()\x3");
|
||||||
addKeyboardItem("qwertyuiop");
|
addKeyboardItem("qwertyuiop");
|
||||||
addKeyboardItem("asdfghjkl");
|
addKeyboardItem("asdfghjkl");
|
||||||
addKeyboardItem("zxcvbnm,.\b");
|
addKeyboardItem("zxcvbnm,.\b");
|
||||||
@ -763,6 +763,7 @@ namespace dialog {
|
|||||||
|
|
||||||
if(extra_options) extra_options();
|
if(extra_options) extra_options();
|
||||||
|
|
||||||
|
addBreak(100);
|
||||||
formula_keyboard(false);
|
formula_keyboard(false);
|
||||||
|
|
||||||
display();
|
display();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user