Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfertman/autokey-scripts
Contains various useful autokey scripts that I got tired of reentering manually
https://github.com/sfertman/autokey-scripts
Last synced: 10 days ago
JSON representation
Contains various useful autokey scripts that I got tired of reentering manually
- Host: GitHub
- URL: https://github.com/sfertman/autokey-scripts
- Owner: sfertman
- Created: 2018-01-15T01:00:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T17:32:01.000Z (over 6 years ago)
- Last Synced: 2024-10-11T23:24:36.720Z (about 1 month ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you're not familiar with autokey: [check it out](https://github.com/autokey/autokey); it's very easy to [install on Ubuntu](https://github.com/autokey/autokey#ubuntumintdebian):
```
sudo add-apt-repository ppa:cdekter/ppa
sudo apt-get -y update
sudo apt-get install -y autokey-gtk
```Add `MyShortcuts` into: `~/.config/autokey/data`
```
# from your cloned repo directory:
cp -afv MyShortcuts/. ~/.config/autokey/data/MyShortcuts
```
Sometimes the changes won't take affect until next login.`MyShortcuts` contains key mapping that switches `PgUp <--> Home` and `PgDn <--> End`. This is something I found very annoying with Lenovo keyboard layout. In the default key layout a slip of a finger send you one page up or down. With this config, you simply go to the beginning or end of line and keep your current position in the document. Additionally, it becomes easier to select text within a row without doing keyboard gymnastics.