uweb/misc/ebrowser/mapkeys.json

11 lines
462 B
JSON

{
"al":"javascript:/*comments:test*/alert('test')",
"uj":":js bJS=true //Use javascript",
"nj":":js bJS=false //No javascript",
"up":":up",
"np":":np",
"uh":":bjs bHistory=bQueryHistory=true //record/Use history",
"nh":":bjs bHistory=bQueryHistory=false //No history",
"md":":bjs tabJS(BML_md) //markdown preview",
"td":":bjs bDarkTheme = !bDarkTheme;if(bDarkTheme) tabs.children[iTab].insertCSS(cssInvert);else tabs.children[iTab].reload()"
}