Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AutoHotkey capitalization in README.md #12

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keyboardminder

This project is the first of many I am working on with each one building on top of each other and increasing in complexity. I usually prototype in PowerShell, Python and AutoHotKey, then write a C++ version once the project is more established.
This project is the first of many I am working on with each one building on top of each other and increasing in complexity. I usually prototype in PowerShell, Python and AutoHotkey, then write a C++ version once the project is more established.

## Financial Transparency Statement

Expand All @@ -27,11 +27,11 @@ This may seem obvious but it can be trickier than you would think to get out of

Originally what I tried was placing my mouse further away from myself. What I found was there are some tasks that sometimes require using a mouse and others that require it to be used almost the entire time. This led to me moving the mouse closer for the tasks that required it and this ultimately led to using the mouse more overall again which wasn't my goal.

What I ended up doing was using AutoHotKey to write some scripts to help. These scripts help limit mouse usage so that you remember to use the keyboard more.
What I ended up doing was using AutoHotkey to write some scripts to help. These scripts help limit mouse usage so that you remember to use the keyboard more.

## Description

There are three AutoHotKey scripts
There are three AutoHotkey scripts
### DisableTaskbar
This script disables the task bar so that it is easier to get into the habit of using the keyboard to switch windows.
The task bar can be temporary re-enabled with a shortcut. The default shortcut is Ctrl + 0 and the amount of time before the task bar is hidden again is 10 seconds.
Expand All @@ -52,7 +52,7 @@ It can be a little frustrating sometimes but it can help you persist in learning
Script to disable dock and temporary show it.

## Installing
First install AutoHotKey to be able to run the scripts.
First install AutoHotkey to be able to run the scripts.

https://www.autohotkey.com/

Expand Down