Koolertron Configuration and Autohotkey Macro Programming
File | Description |
---|---|
/json/keyindex.json | list of keys to display on mapping screen |
-
Install/Unzip Amag Software
-
Enable the F13..F24 keys in the layout. Edit the
json\keyindex.json
file to add the keys. In my case, this was inserting after line 1338, but just preserve the valid json formatting and you should be fine.
,
{
"keyIndex": 145,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F13"
},
{
"keyIndex": 146,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F14"
},
{
"keyIndex": 147,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F15"
},
{
"keyIndex": 148,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F16"
},
{
"keyIndex": 149,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F17"
},
{
"keyIndex": 150,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F18"
},
{
"keyIndex": 151,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F19"
},
{
"keyIndex": 152,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F20"
},
{
"keyIndex": 153,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F21"
},
{
"keyIndex": 154,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F22"
},
{
"keyIndex": 155,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F23"
},
{
"keyIndex": 156,
"marginBottom": 0,
"width": 1,
"height": 1,
"marginRight": 0,
"label": "F24"
}