mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
* isSpecialKeyMapped() renamed to isKeyMapped()
* Functional HorizontalMenuView * Minor updates
This commit is contained in:
parent
a1b87c7a60
commit
c1469a1f9c
11 changed files with 81 additions and 23 deletions
Binary file not shown.
|
@ -406,15 +406,28 @@
|
|||
"options" : { "cls" : true },
|
||||
"form" : {
|
||||
"0" : {
|
||||
"BT5HM1" : {
|
||||
"BT5HM1HM2" : {
|
||||
"mci" : {
|
||||
"HM1" : {
|
||||
"items" : [ "One", "Two", "Three" ]
|
||||
"items" : [ "One", "Two", "Three" ],
|
||||
"hotKeys" : { "1" : 0, "2" : 1, "3" : 2 }
|
||||
},
|
||||
"HM2" : {
|
||||
"items" : [ "Uno", "Dos", "Tres" ],
|
||||
"hotKeys" : { "U" : 0, "D" : 1, "T" : 2 }
|
||||
},
|
||||
"BT5" : {
|
||||
"text" : "< Back",
|
||||
"submit" : [ "escape" ]
|
||||
}
|
||||
},
|
||||
"submit" : {
|
||||
"*" : [
|
||||
{
|
||||
"value" : 5,
|
||||
"action" : "@menu:demoMain"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue