Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/almogtavor/static-hands into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
almogtavor committed Jun 25, 2022
2 parents 3e0fc42 + 70b748f commit 09e34ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

# [Static Hands](https://almogtavor.github.io/static-hands/) - Turn your Unused CapsLock Key a Superhero 🦸‍♂️🚀

⌨️ Minimal shortcuts with CapsLock that doesn't require moving hands. Super simple. No learning curve.
⌨️ Super useful shortcuts with the CapsLock key that spare the need to move hands while typing. Super simple. No learning curve.

All of the shortcuts uses the CapsLock key, that 99% of programmers don't use 99% of their time. With static hands, you can let CapsLock turn your keyboard into a magical hands position fixed keyboard.
All of the shortcuts use the CapsLock key, which 99% of programmers don't use 99% of their time. With static hands, you can let CapsLock turn your keyboard into a magical hands position fixed keyboard.

*Irrelevant for Vim users.

Expand All @@ -36,8 +36,8 @@ First of all, install [AutoHotKey](https://www.autohotkey.com/). Then:
* **Option two**: Install the file by clicking the install.exe (won't move Static Hands to startup folder).
* **Option three**: Clone project, run static-hands --> Windows --> run.ahk with AutoHotkey. To put ahk into effect automatically every time PC start

* Select run.ahk, and press Ctrl+C.
* Press Win+R to open the Run dialog, then enter shell:startup and click OK or Enter. This will open the Startup folder for the current user. To instead open the folder for all users, enter shell: common startup (however, in that case, you must be an administrator to proceed).
* Select `run.ahk`, and press Ctrl+C.
* Press Win+R to open the Run dialog, then enter `shell:startup` and click OK or Enter. This will open the Startup folder for the current user. To instead open the folder for all users, enter shell: common startup (however, in that case, you must be an administrator to proceed).
* Right-click inside the window, and click "Paste Shortcut". The shortcut to the script should now be in the Startup folder.

## Static Hands vs Vim
Expand All @@ -47,7 +47,7 @@ Vim shortcuts are great, but they have a learning curve. And not a short one. St
## 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 it will pay off.
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 it will pay off.

### Available commands ⏱️

Expand Down Expand Up @@ -95,4 +95,4 @@ For example the shortcut Ctrl+Left Arrow is a great shortcut, but in reality tha
|:----------:|:-------|
|CapsLock+9|Upper Case|
|CapsLock+0|Lower Case|
|CapsLock+-|Title Case|
|CapsLock+-|Title Case|

0 comments on commit 09e34ee

Please sign in to comment.