-
Notifications
You must be signed in to change notification settings - Fork 5
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
Left hand F-key dictionary #29
base: gh-pages
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
layout: dictionary | ||
title: Left hand modifier keys | ||
version: 1 | ||
date: 2016-04-26 | ||
filename: lh_modifier_keys_osx.json | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know this PR is 5 months old, would it be possible to change |
||
author: Achim Siebert | ||
tags: commands shortcuts mac | ||
what: Common keyboard shortcuts for OSX, two-stroke left hand | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again here it would be |
||
formats: | ||
- json | ||
--- | ||
|
||
## Why | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In Markdown it's style to add linebreaks around paragraphs. E.g.: ## Why
Paragraph content.
## How
Etc. |
||
Fire up menu shortcuts with your left hand only, so you can use the mouse at the same time. Easy to remember system for Cmd/Shift/Ctrl/Alt combinations together with letters, numbers, space, backspace, tab and escape. | ||
## How | ||
Strike one of the modifier briefs explained below, then the lefthand letter or binary(!) number that should be triggered with those modifiers. | ||
###**Examples:** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also style, I'd just leave this as |
||
- `SKPWR/KR` Shift+Cmd+c | ||
- `SKHRA/R-` Shift+Alt+Control+r | ||
- `SH/34` Shift+3 | ||
- `THRA/14` Alt+9 | ||
- `KHR/SK` Control+Escape | ||
###**Single modifiers:** | ||
- `KPWR` Command | ||
- `SH` Shift | ||
- `THRA` Alt | ||
- `KHR` Control | ||
###**Shift/Alt/Control combinations:** | ||
- `SHA` Shift+Alt | ||
- `SKHR` Shift+Control | ||
- `KHRA` Alt+Control | ||
- `SKHRA` Shift+Alt+Control | ||
###**Command key combinations:** | ||
- `SKPWR` Cmd+Shift | ||
- `KPWRA` Cmd+Alt | ||
- `KPWHR` Cmd+Control | ||
- `SKPWRA` Cmd+Shift+Alt | ||
- `SKPWHR` Cmd+Shift+Control | ||
- `KPWHRA` Cmd+Alt+Control | ||
- `SKPWHRA` Cmd+Shift+Alt+Control | ||
All you have to remember is this: | ||
(`S`=Shift) + `KPWR`=Cmd + (`A`=Alt, `H`=Control) | ||
###**Special keys for the second stroke:** | ||
- `TPW` Tab | ||
- `SP ` Space | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra space here ( |
||
- `SPW` Backspace | ||
- `SK` Escape | ||
###**Numbers for the second stroke:** | ||
Binary system from right to left using number bar and STPH | ||
- `#4`: 1 | ||
- `#3: 2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like here |
||
- `#34`: 3 | ||
- `#2`: 4 | ||
- `#24`: 5 | ||
- `#23`: 6 | ||
- `#234`: 7 | ||
- `#1`: 8 | ||
- `#14`: 9 | ||
- `#1234`: 0 (this would actually be 15, but easy to strike and remember) | ||
###**F-Keys** | ||
Strike one of the modifier briefs explained below, then the lefthand binary(!) number of the F-key that should be triggered with those modifiers. | ||
|
||
The system of the modifiers in short: | ||
(`S`=Shift, `T`=Control) + `PWHR`=F-Key + (`A`=Alt, `O`=Command) | ||
|
||
The numbers are again as if the left hand numbers were binary (8, 4, 2, 1). | ||
- `#4`: 1 | ||
- `#3: 2 | ||
- `#34`: 3 | ||
- `#2`: 4 | ||
- `#24`: 5 | ||
- `#23`: 6 | ||
- `#234`: 7 | ||
- `#1`: 8 | ||
- `#14`: 9 | ||
- `#13`: 10 | ||
- `#134`: 11 | ||
- `#12`: 12 | ||
- `#124`: 13 | ||
- `#123`: 14 | ||
- `#1234`: 15 | ||
|
||
###**Examples:** | ||
- `PWHR/13` F10 | ||
- `SPWHRO/1` Shift+Command+F8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title should be title case, and this is a macOS dictionary, so perhaps change this to:
Left Hand Modifier Keys, macOS
?