Files
epics_launcher/examples/mapping/mapping.json
T

44 lines
1.1 KiB
JSON

{
"Linux": {
"theme_base": "../themes/",
"cmd": {
"command": "{command}"
},
"caqtdm":{
"command": "caqtdm {macros} {panel}",
"arg_flags": {"macros": "-macro "}
},
"medm":{
"command": "medm -x {macros} {panel}",
"arg_flags": {"macros": "-macro "}
}
},
"Windows": {
"theme_base": "../themes/",
"cmd": {
"command": "{command}"
},
"caqtdm":{
"command": "caqtdm {macros} {panel}",
"arg_flags": {"macros": "-macro "}
},
"medm":{
"command": "medm -x {macros} {panel}",
"arg_flags": {"macros": "-macro "}
}
},
"OS_X": {
"theme_base": "../themes/",
"cmd": {
"command": "{command}"
},
"caqtdm":{
"command": "caqtdm {macros} {panel}",
"arg_flags": {"macros": "-macro "}
},
"medm":{
"command": "medm -x {macros} {panel}",
"arg_flags": {"macros": "-macro "}
}
}
}