Abby's Left Hand Modifiers Dictionary

Overview

Abby's Left Hand Modifiers Dictionary

Design

This dictionary is inspired by and can essentially be seen as a combination of Emily's Modifiers and Achim Siebert's Left Hand Modifier Keys. Essentially, it allows every shortcut to be typed in two strokes and using only the left hand. As such, only the following keys are used:

Key layout

In some combinations, the asterisk key is used. This requires the asterisk key to be pressed using the left hand, which should be fine on most hobbyist writers but may be a problem on some professional writers.

Modifiers

The first of the two strokes in each combination is used to specify the modifier keys that should be pressed. It is also possible to not press any modifier keys, since some applications have shortcuts that are activated by just a single keypress.

Single modifier keys

Patterns for single modifier keys.

Stroke Modifier Explanation
Control ControL
Alt ALT (reversed)
Shift SHift
Super Purely positional, no phonetic basis

Modifier key combinations

The pattern for the alt + shift combination is SHA.

Stroke Modifiers
Alt + Shift

Combinations using control (but not super) are formed using KHR for control and adding A for alt and S for shift.

Stroke Modifiers
Ctrl + Alt
Ctrl + Shift
Ctrl + Alt + Shift

Combinations using super and fromed using KPWR for super and adding H for control, A for alt, and S for shift.

Stroke Modifiers
Ctrl + Super
Alt + Super
Ctrl + Alt + Super
Shift + Super
Ctrl + Shift + Super
Alt + Shift + Super
Ctrl + Alt + Shift + Super

The pattern for no modifier keys is TKPWHR. This presses a key alone without any modifier keys.

Stroke Modifiers
None

Keys

The second of the two strokes in each combination specifies what key to press along with the modifiers (if any) selected above.

Letters

The patterns for letter keys are the same as the fingerspelling pattern for that letter (without the asterisk), except for E, I, and U which have been given special patterns so they fit on the left hand. (Using E, EU, and U for E, I, and U still work, but are not shown below.)

Stroke Letter
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Z (alternate)

Numbers

When AO is held, STPH will act as binary number input for numbers 0-9.

Stroke Number
0
1
2
3
4
5
6
7
8
9

Function Keys

When R is held in addition to the pattern for any number 1-12, the corresponding function key will be used.

Stroke Number
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12

Numpad

When * is held in addition to the pattern for any number, the number key on the numpad will instead be used.

Stroke Number
0 (numpad)
1 (numpad)
2 (numpad)
3 (numpad)
4 (numpad)
5 (numpad)
6 (numpad)
7 (numpad)
8 (numpad)
9 (numpad)

Symbol keys

Stroke Key Explanation
. PeRiod
, CoMMa
/ SLash
\ BackSLash
; SemiCoLon
' QUOte
[ Bracket Left
] Bracket Right
- DasH
= eQUAls
` GRave

Navigation keys

Holding down A (for arrow) will cause PKWR to act as arrow keys.

Stroke Key
Up
Down
Left
Right

Holding down * in addition to the stroke for any arrow key will cause the keys to act as page up, page down, home, and end.

Stroke Key
Page Up
Page Down
Home
End

Other keys

Stroke Key Explanation
Caps Lock Caps Lock + asterisk
Scroll Lock SCroll Lock + asterisk
Num Lock Num lock + asterisk
Space SPace
Return ENTeR
Tab TaB
Backspace BackSpace
Delete DeLete
Escape eSCApe
Insert iNSert
Menu Menu + asterisk
Print Screen SCreen PRint

Only modifiers

The pattern TPHO ("no") allows only modifier keys to be pressed, with no other keys included.

Stroke Key
None

Cancel

If you pressed a modifier key pattern on accident, you can use SKPH to cancel it.

Stroke Key
Cancel

Examples

Strokes Keys Pressed Use
Ctrl + A Select all (Windows or Linux)
Super + A Select all (Mac)
Alt + F4 Close window (Windows or Linux)
Ctrl + Alt + T Open terminal (Linux)
Super (Windows key) Open start menu (Windows)
Print Screen Take screenshot
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.

Boltons boltons should be builtins. Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same spirit as — and yet conspicuously mis

Mahmoud Hashemi 6k Jan 04, 2023
Simplex using Jordan exchanges taught in 236A

Simplex for 236A Python script to solve LP using simplex by Jordan exchanges taught in 236A. You will need python installed along with the 'numpy' and

Kunal Kishore 1 Nov 30, 2021
A small python tool to get relevant values from SRI invoices

SriInvoiceProcessing A small python tool to get relevant values from SRI invoices Some useful info to run the tool Login into your SRI account and ret

Wladymir Brborich 2 Jan 07, 2022
Pass arguments by reference—in Python!

byref Pass arguments by reference—in Python! byrefis a decorator that allows Python functions to declare reference parameters, with similar semantics

9 Feb 10, 2022
Yet another retry utility in Python

Yet another retry utility in Python, avereno being the Malagasy word for retry.

Haute École d'Informatique de Madagascar 4 Nov 02, 2021
Script to decrypt / import chromium (edge/chrome) cookies

Cloonie Script to decrypt / import chromium (edge/chrome) cookies. Requirements Install the python dependencies via pip: pip install -r requirements.t

Lorenzo Bernardi 5 Sep 13, 2022
a demo show how to dump lldb info to ida.

用一个demo来聊聊动态trace 这个仓库能做什么? 帮助理解动态trace的思想。仓库内的demo,可操作,可实践。 动态trace核心思想: 动态记录一个函数内每一条指令的执行中产生的信息,并导入IDA,用来弥补IDA等静态分析工具的不足。 反编译看一下 先clone仓库,把hellolldb

25 Nov 28, 2022
A string to hashtags module

A string to hashtags module

Fayas Noushad 4 Dec 01, 2021
Script to generate a massive volume of data in sql, csv, json or xml format

DataGenerator Made with Python Open for pull requests 1. Dependencies To install required dependencies run pip install -r requirements.txt 2. Executi

icrescenti 3 Sep 20, 2022
A simple API that will return a key-value pair of randomly generated UUID

A simple API that will return a key-value pair of randomly generated UUID. Key will be a timestamp and value will be UUID. While the server is running, whenever the API is called, it should return al

Pius Lucky 2 Jan 18, 2022
Check the basic quality of any dataset

Data Quality Checker in Python Check the basic quality of any dataset. Sneak Peek Read full tutorial at Medium. Explore the app Requirements python 3.

MalaDeep 8 Feb 23, 2022
WindowsDebloat - Windows Debloat with python

Windows Debloat 🗑️ Quickly and easily configure Windows 10. Disclaimer I am NOT

1 Mar 26, 2022
Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc.

citation-url Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc. This module has a single parse() function that takes in

Charles Tapley Hoyt 2 Feb 12, 2022
Daiho Tool is a Script Gathering for Windows/Linux systems written in Python.

Daiho is a Script Developed with Python3. It gathers a total of 22 Discord tools (including a RAT, a Raid Tool, a Nuker Tool, a Token Grabberr, etc). It has a pleasant and intuitive interface to faci

AstraaDev 32 Jan 05, 2023
Install, run, and update apps without root and only in your home directory

Qube Apps Install, run, and update apps in the private storage of a Qube. Build and install in Qubes Get the code: git clone https://github.com/micahf

Micah Lee 26 Dec 27, 2022
A simple tool to extract python code from a Jupyter notebook, and then run pylint on it for static analysis.

Jupyter Pylinter A simple tool to extract python code from a Jupyter notebook, and then run pylint on it for static analysis. If you find this tool us

Edmund Goodman 10 Oct 13, 2022
Michael Vinyard's utilities

Install vintools To download this package from pypi: pip install vintools Install the development package To download and install the developmen

Michael Vinyard 2 May 22, 2022
python script to generate color coded resistor images

Resistor image generator I got nerdsniped into making this. It's not finished at all, and the code is messy. The end goal it generate a whole E-series

MichD 1 Nov 12, 2021
A Tool that provides automatic kerning for ligature based OpenType fonts in Microsoft Volt

Kerning A Tool that provides automatic kerning for ligature based OpenType fonts in Microsoft Volt There are three stages of the algorithm. The first

Sayed Zeeshan Asghar 6 Aug 01, 2022
osqueryIR is an artifact collection tool for Linux systems.

osqueryIR osqueryIR is an artifact collection tool for Linux systems. It provides the following capabilities: Execute osquery SQL queries Collect file

AbdulRhman Alfaifi 7 Nov 02, 2022