This is a little windows application that reads the key bindings file so that it can be searchable and mappable to keys.
- Support mapping device codes in Elite to actual labels of device (For example X56 Bindings).
- Allows filtering bindings.
- Includes VoiceAttack/BindED variable names.
- The device mapping files are found in the
DeviceMappings
folder. - The files are in JSON format using the following Schema:
{
"name": "{{Friendly Device Name, will appear in menu}}",
"controls": [
{
"deviceId": "{{The device from the ED binds file}}",
"deviceName": "{{Friendly Device Name to show in the table}}",
"controlLabel": "{{Friendly name for the key to show in the table}}",
"controlValue": "{{The key value from the ED binds file}}"
},
// additional controls
]
}
See X56.json for a complete example.
Please open a PR or start a discussion with your mappings
- App Icon made by Nikita Golubev from www.flaticon.com