I have installed AutoKey and remapped many keys. I want to save the settings so that in case I need to switch machines I can easily set up the new machine.
Asked
Active
Viewed 355 times
2
-
There is probaby a "File - Save" command? Or what am I missing in the question? – vanadium May 20 '21 at 10:08
1 Answers
2
I backup the ~/.config/autokey/data folder to my own .dotfiles folder. Then
Option 1: in a new installation, I softlink my .dotfiles folder to ~/.config/autokey/data.
ln -sf ~/.dotfiles/autokey/data ~/.config/autokey/data
Option 2: Simply replace (Copy and Paste) the default Autokey folder with the content of the backed up folder. Disadvantage is the changes you do will not be automatically saved to your .dotfiles

ThunderBolt
- 56