https://github.com/zephinzer/config-ubuntu-autokey
AutoKey configuration data for Mac OS X keybindings
https://github.com/zephinzer/config-ubuntu-autokey
autokey keybindings keyboard keyboard-shortcuts macos osx ubuntu ubuntu1604
Last synced: 3 days ago
JSON representation
AutoKey configuration data for Mac OS X keybindings
- Host: GitHub
- URL: https://github.com/zephinzer/config-ubuntu-autokey
- Owner: zephinzer
- Created: 2018-03-19T15:17:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T15:32:15.000Z (over 7 years ago)
- Last Synced: 2025-03-04T04:31:36.413Z (7 months ago)
- Topics: autokey, keybindings, keyboard, keyboard-shortcuts, macos, osx, ubuntu, ubuntu1604
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoKey Configuration for Ubuntu
This repository contains AutoKey configuration data for Mac OS X keybindings.## Pre-Requisites
Install AutoKey:```bash
sudo apt install autokey-gtk;
```Verify that the configuration directory exists:
```bash
stat ~/.config/autokey;
```## Usage
1. Navigate to your AutoKey configuration directory
2. Make a backup of the `data` directory
3. Clone this repository into the `data` directoryThis can be achieved using the following shell commands:
```bash
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!
## Tested On
- Ubuntu 16.04