version 1.0.5
removed bindings from dropdown that are only a modifier (alt,ctrl,shift)
added appsettings.config (default = empty)
you can use this to overrule the path like this :
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<add key="SCData_p4k" value ="C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k" />
<add key="SCClientProfilePath" value ="C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\USER\Client\0\Profiles\default" />
</appSettings>