From 8a9b09082272b04fd989c50b3fe8fea798d1bf26 Mon Sep 17 00:00:00 2001 From: Almog Tavor <70065337+almogtavor@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:21:49 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2af55..1949340 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # [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. @@ -80,4 +80,4 @@ For example the shortcut Ctrl+Left Arrow is a great shortcut, but in reality tha |:----------:|:-------| |CapsLock+0|Upper Case| |CapsLock+9|Lower Case| -|CapsLock+8|Title Case| \ No newline at end of file +|CapsLock+8|Title Case| From 2f64cf52ba1535c9665f9241cc862e4f604443f1 Mon Sep 17 00:00:00 2001 From: Almog Tavor <70065337+almogtavor@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:07:39 +0300 Subject: [PATCH 2/2] fix: README.md typos and code references --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1949340..692b13b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ⌨️ 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. @@ -23,8 +23,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 @@ -34,7 +34,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 ⏱️