This repository contains AutoKey configuration data for Mac OS X keybindings.
Install AutoKey:
sudo apt install autokey-gtk;
Verify that the configuration directory exists:
stat ~/.config/autokey;
- Navigate to your AutoKey configuration directory
- Make a backup of the
data
directory - Clone this repository into the
data
directory
This can be achieved using the following shell commands:
set -x;
cd ~/.config/autokey \
&& mv data data.backup.$(date +'%Y%m%d%H%M%S') \
&& git clone git@github.com:zephinzer/config-ubuntu-autokey.git data;
Then start AutoKey and you should have the shortcuts applied.
Enjoy!
- Ubuntu 16.04