My preferred key bindings for both Linux and Windows.
Remap arrow keys to { i, j, k, l } and extra stuff. Make use of caps lock.
For Linux and For Windows
AutoKey has been used for Linux and can be downloaded within Ubuntu package manager. The scripts can be seen here.
At first caps lock has to be changed to function as the hyper key. This can be done with Gnome Tweak Tool.
Shortcut | Output |
---|---|
CAPSLOCK + { i, j, k, l } | { Up, Left, Down, Right } |
CAPSLOCK + CTRL + { i, j, k, l } | ALT + { Up, Left, Down, Right } |
CAPSLOCK + ALT + { i, j, k, l } | CTRL + { Up, Left, Down, Right } |
CAPSLOCK + { u, o } | { Home, End } |
ALT + { i, k } | { PageUp, PageDown } |
Move the scripts to the directory ~/.config/autokey/data/
.
Terminator is used as a terminal and scripts can be seen here.
Shortcut | Output |
---|---|
CAPSLOCK + CTRL + Alt { k, l } | Create new tab to the { bottom, right } |
CAPSLOCK + CTRL { i, j, k, l } | Focus the tab to the { top, left, bottom, right } |
CAPSLOCK + ALT + SHIFT + { i, j, k, l } | Increase/Decrease tab size to the { top, left, bottom, right } |
CTRL + Shift + w | Close tab |
CTRL + Shift + c | Copy text |
CTRL + Shift + v | Paste text |
ALT + { i, k } | { PageUp, PageDown } |
Move the script to the directory ~/.config/terminator/
.
Tilda is used as a dropdown terminal and the scripts can be seen here.
This adds the terminal to the op of the screen by pressing CapsLock + T
.
Move the script to the directory ~/.config/tilda/
.
Libinput is used for touchpad gestures. The scripts can be seen here.
Gesture | Output |
---|---|
3 finger swipe left | alt+left (browser back) |
3 finger swipe right | alt+right (browser forward) |
Move the script to the directory ~/.config/
.
This should work next time you log out of your computer.
AutoHotKey has been used for Windows and needs to be installed. The scripts can be seen here.
Shortcut | Output |
---|---|
CAPSLOCK + { i, j, k, l } | { Up, Left, Down, Right } |
CAPSLOCK + ALT + { i, j, k, l } | CTRL + { Up, Left, Down, Right } |
CAPSLOCK + CTRL + { i, j, k, l } | ALT + { Up, Left, Down, Right } |
CAPSLOCK + { u, o } | { Home, End } |
ALT + { i, k } | { PageUp, PageDown } |
- Find the script file, select it, and press Control-C.
- Start Run and write
shell:startup
. - Right click and choose Paste Shortcut. The shortcut to the script should now be in the Startup folder.
If you need to run it is administrator either run the scripts as administrator or run Command Prompt as administrator and run the scripts.
Shortcut | Output |
---|---|
CAPSLOCK + CTRL + Alt { k, l } | Create new tab to the { bottom, right } |
CAPSLOCK + CTRL { i, j, k, l } | Focus the tab to the { top, left, bottom, right } |
CTRL + Shift + w | Close tab |
CTRL + Shift + c | Copy text |
CTRL + Shift + v | Paste text |
ALT + { i, k } | { PageUp, PageDown } |