Skip to content

Commit

Permalink
Merge pull request #4 from almogtavor/dev
Browse files Browse the repository at this point in the history
Add window always on top feature
  • Loading branch information
almogtavor authored Jun 15, 2021
2 parents 99f8cff + a402f1a commit d807f14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vim shortcuts are great, but they has a learning curve. And not a short one. Sta
## Basic Features

The Strength of these key bindings is in the shortcuts.
For Example the shortcut Ctrl+Left Arrow is a great shortcut, but in reality that forces us developers to move our hands to the sides. We can now use CapsLock+f+j and get the same results without any effort. It'll take some time to fully get used to it, but afterwards you'll can't live without it.
For example the shortcut Ctrl+Left Arrow is a great shortcut, but in reality that forces us, developers, to move our hands to the sides. We can now use CapsLock+f+j and get the same results without any effort. It'll take some time to fully get used to it, but afterwards you'll can't live without it.

### Available commands

Expand All @@ -40,6 +40,7 @@ For Example the shortcut Ctrl+Left Arrow is a great shortcut, but in reality tha
|CapsLock+p| Insert|
|CapsLock+y| PageUp|
|CapsLock+n| PageDown|
|CapsLock+-| Window always on top (toggle to turn off)|

#### Left Hand Key Bindings
|Key/Commands|Function|
Expand Down
2 changes: 2 additions & 0 deletions windows/run.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ CapsLock & w::LWin
; Speed
CapsLock & m::Send, {blind}^{Left 6}
CapsLock & .::Send, {blind}^{Right 6}

CapsLock & -::Winset, Alwaysontop, , A

0 comments on commit d807f14

Please sign in to comment.