22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
|
{
|
||
|
"widgettype":"VBox",
|
||
|
"options":{
|
||
|
"overflow":"auto",
|
||
|
"width":"100%",
|
||
|
"height":"100%",
|
||
|
},
|
||
|
"binds":[
|
||
|
{
|
||
|
"wid":"app",
|
||
|
"event":"keydown",
|
||
|
"actiontype":"urlwidget",
|
||
|
"target":"self",
|
||
|
"mode":"append",
|
||
|
"options":{
|
||
|
"params":{},
|
||
|
"url":"{{entire_url('./keytext.ui')}}"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|