-
-
Notifications
You must be signed in to change notification settings - Fork 13
Additional Configuration
KeyClu support additional values to support flexible configuration.
Configuration supported via Additional.plist
file, that is read upon application start. This is a plain xml
dictionary file.
Usual file location: /Applications/KeyClu.app/Contents/Resources/Additional.plist
.
Additional.plist
file is overwritten during app update.
Browsers list helps KeyClu to identify if the app is browser, and if so than apply menu items scanning limitation if Limit amount of menu items for browsers
is enabled.
It is possible to include other app identifiers in this list. The downside is that in case limit is applied, some menu items might not be listed for that App.
Browsers
list is an array of browsers identifiers:
<key>Browsers</key>
<array>
<string>com.apple.Safari</string>
</array>
skhdrc list helps KeyClu to check all possible files of skhdrc for shortcuts to list it. Files checked in listed order.
Details of integration can be found on integration shkd page.
Limitations:
- env variable supported only if it listed in the beginning of the path
- relative path is not supported