Skip to content

Koolertron Configuration and Autohotkey Macro Programming

Notifications You must be signed in to change notification settings

robws/koolertron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koolertron

Koolertron Configuration and Autohotkey Macro Programming

Configuration Files

File Description
/json/keyindex.json list of keys to display on mapping screen

Initial Configuration

  1. Install/Unzip Amag Software

  2. 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"
}

Mapping Notes

Mapping Constants

Resources

About

Koolertron Configuration and Autohotkey Macro Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published