- Moved Tab, Caps Lock, Space, Backspace from Text Formatting to Full Keyboard
- Changed Space translation from {^ ^} to {#Space}
- Added new category: Windows Control
- Moved Shift+Tab from Text Formatting to Windows Control
- Added new category: Express Scribe
Sunday, May 24, 2020
Updates 2020-05-24
Tuesday, May 19, 2020
Express Scribe
First, some history: I've been transcribing for nearly a decade, but for most of that time I didn't have a foot pedal. And when I finally got one, I didn't use it. I only got the pedal so I could be taken seriously when applying for jobs.
Everything I needed was already on the QWERTY keyboard and available to use as hotkeys (my steno stroke translations on this page reference these):
Ctrl+G: Copy Time
F5: Stop
F6: Rewind
F7: Fast Forward
F8: Play Real Speed
Pause: Play Fast Speed
Scroll Lock: Play Slow Speed
Those keys were neat and logical, but they weren't as comfortable I'd like. So I made these AutoHotkey scripts (hotkeys for the hotkeys):
Capslock::
send {F5}
return
; Stop
|::
send {F6}
return
; Rewind
\::
send {F8}
return
; Play
See what I did there? Capslock is rarely used, but is comfortable to hit, so I made that Stop. Play is backslash (another key I wasn't using), and rewind is Shift+Backslash.
I wanted my strokes for Express Scribe control to resemble these AutoHotkey keys.
The following interviewer/interviewee strokes require you to set your prefix and suffix in Options > Display > Time Format, like this:
Prefix: COOL DUDES [
Suffix: ]
Whenever you need to include a timecode, which is likely every new speaker, you can hit these strokes to get your TC and have it be properly formatted.
You can keep going with the strokes along the bottom row:
SKW-R, SKW-B, SKW-G, SKW-S, SKW-Z
For 15 more available strokes you can use the above five strokes with the asterisk, with the number bar, and with the asterisk and number bar. They're all misstrokes, junk, or undefined.
If you have just a ton of speakers and need more strokes, well, just use the dang QWERTY keyboard with AutoHotkey. I like RAlt+Q, W, E, R, T, Y, A, S, D, F, G, Z, X, C, V, B and LAlt+U, I, O, P, H, J, K, L, ; N, M for hotkeys. AHK script looks like this:
~LAlt & M::
send {enter 2}COOL DUDE 27:{space}
return
; Hit LAlt & M for a new speaker without a TC.
Everything I needed was already on the QWERTY keyboard and available to use as hotkeys (my steno stroke translations on this page reference these):
Ctrl+G: Copy Time
F5: Stop
F6: Rewind
F7: Fast Forward
F8: Play Real Speed
Pause: Play Fast Speed
Scroll Lock: Play Slow Speed
Those keys were neat and logical, but they weren't as comfortable I'd like. So I made these AutoHotkey scripts (hotkeys for the hotkeys):
Capslock::
send {F5}
return
; Stop
|::
send {F6}
return
; Rewind
\::
send {F8}
return
; Play
See what I did there? Capslock is rarely used, but is comfortable to hit, so I made that Stop. Play is backslash (another key I wasn't using), and rewind is Shift+Backslash.
I wanted my strokes for Express Scribe control to resemble these AutoHotkey keys.
|
|
|
|
|
|
|
Rewind
|
|
S-LT
{#F6}
Redundant stroke for S-T 'is the'.
|
|
Play Slow Speed
| |
ST*LT
{#Scroll_Lock}
| |
Play Fast Speed
| |
ST-LT
{#Pause}
| |
|
|
|
|
|
|
|
Basic timecode
|
|
SH-FT
{#Control_R(g)}{#Control_R(v)}
|
|
The following interviewer/interviewee strokes require you to set your prefix and suffix in Options > Display > Time Format, like this:
Prefix: COOL DUDES [
Suffix: ]
Whenever you need to include a timecode, which is likely every new speaker, you can hit these strokes to get your TC and have it be properly formatted.
|
|
|
|
|
{#F5}{^\n^}{-|}{^\n^}{-|}Q:{}{-|}
|
You can keep going with the strokes along the bottom row:
SKW-R, SKW-B, SKW-G, SKW-S, SKW-Z
For 15 more available strokes you can use the above five strokes with the asterisk, with the number bar, and with the asterisk and number bar. They're all misstrokes, junk, or undefined.
If you have just a ton of speakers and need more strokes, well, just use the dang QWERTY keyboard with AutoHotkey. I like RAlt+Q, W, E, R, T, Y, A, S, D, F, G, Z, X, C, V, B and LAlt+U, I, O, P, H, J, K, L, ; N, M for hotkeys. AHK script looks like this:
~LAlt & M::
send {enter 2}COOL DUDE 27:{space}
return
; Hit LAlt & M for a new speaker without a TC.
Test 1 | |
Test 1 | Test 1 Test 1 |
Test 2 | |
Test 2 | Test 2 Test 2 |
Wednesday, May 6, 2020
Windows Control
Strokes for keyboard shortcuts that don't fit anywhere else.
|
|
|
|
|
|
Subscribe to:
Comments (Atom)

















