1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
4.3 KiB

{
"palettes": {
"nodefault": [
[
"header",
"white",
"dark blue",
"standout"
],
[
"footer",
"white",
"dark red",
"standout"
],
[
"search",
"white",
"dark green",
"standout"
],
[
"msgtext",
"",
""
],
[
"msgtext:ellipses",
"light gray",
"black"
],
[
"urlref:number:braces",
"light gray",
"black"
],
[
"urlref:number",
"yellow",
"black",
"standout"
],
[
"urlref:url",
"white",
"black",
"standout"
],
[
"url:sel",
"white",
"dark blue",
"bold"
]
],
"bw": [
[
"header",
"black",
"light gray",
"standout"
],
[
"footer",
"black",
"light gray",
"standout"
],
[
"search",
"black",
"light gray",
"standout"
],
[
"msgtext",
"",
""
],
[
"msgtext:ellipses",
"white",
"black"
],
[
"urlref:number:braces",
"white",
"black"
],
[
"urlref:number",
"white",
"black",
"standout"
],
[
"urlref:url",
"white",
"black",
"standout"
],
[
"url:sel",
"black",
"light gray",
"bold"
]
],
"default": [
[
"header",
"brown",
"black",
"standout"
],
[
"footer",
"white",
"dark red",
"standout"
],
[
"search",
"white",
"dark green",
"standout"
],
[
"msgtext",
"light cyan",
"black"
],
[
"msgtext:ellipses",
"light gray",
"black"
],
[
"urlref:number:braces",
"light gray",
"black"
],
[
"urlref:number",
"yellow",
"black",
"standout"
],
[
"urlref:url",
"dark green",
"black",
"standout"
],
[
"url:sel",
"white",
"black",
""
]
]
},
"keys": {
"/": "search_key",
"0": "digits",
"1": "digits",
"2": "digits",
"3": "digits",
"4": "digits",
"5": "digits",
"6": "digits",
"7": "digits",
"8": "digits",
"9": "digits",
"a": "add_url",
"C": "clipboard",
"c": "context",
"ctrl l": "clear_screen",
"d": "del_url",
"f1": "help_menu",
"G": "bottom",
"g": "top",
"j": "down",
"k": "up",
"P": "clipboard_pri",
"l": "link_handler",
"o": "open_queue",
"O": "open_queue_win",
"p": "palette",
"Q": "quit",
"q": "quit",
"R": "reverse",
"S": "all_shorten",
"s": "shorten",
"u": "all_escape"
}
}