Chris Jones 4649db3535 update description of my karabiner elements for double tap of right cmd key | 2 éve | |
---|---|---|
.. | ||
assets | 2 éve | |
README.md | 2 éve | |
karabiner.json | 2 éve |
when adding a custom rule for karabiner elements located within
$HOME/.config/karabiner/assets/complex_modifications
make sure there are a title
and description
keys within the complex modification .json
or else there could be difficulty viewing the file, ie. not being able load the rule after a restart.
to obtain a bundle identifier for a specific application
osascript -e 'id of app "App Name"'
echo "example"
osascript -e 'id of app "Messages.app"'
if there is an issue with adding the rule
from my understanding, karabiner elements copies separate rules into a global config file
karabiner.json
, so editing the local file will not update the global file until the local rule is removed, and readded with the updated changes and karabiner elements is restarted in the process.