Monday, August 3, 2020

Hardware

New setup as of July 2022:


I bought this second keyboard for the shape of the keycaps and the fact that there was a full number bar up at top, including over the asterisk keys; not even my Stenomod did that. 

The Kailh Pro Pink linear switches are good. I can't tell if it's better than the stock springs in my Stenomod, but I like it more than the 15G springs I eventually modded my Stenomod with.

The other keyboard modes I can give or take. Now I have to be extra careful to not hit the toggle key when reaching for S. And I still think ortholinear keyboards aren't any easier or quicker to type on.

Those two extra thumb keys for the number bar on the bottom, I can tell you right now that I hate them. I seriously considered doing a hardware mod to remove them outright, but it seemed like a lot of work, and  the screws on the keyboard use green threadlocker anyway. (EDIT: Aerick was kind enough to answer this: You can absolutely disable them without tweaking your firmware! You just need to scroll down under the "machine" tab in Plover's configuration. Find the #B and #C keys and on the right column you can click their dropdown menus to change their actions to "no-op".)

I also didn't like not being able to feel the S keys and the mode switch keys, so I got two separate sets of keycaps: Scooped Choc Keycaps (they'll only fit the thumb row number pad keys so maybe don't get these...) and MBK Choc Keycaps (KITS: 10x (1u), COLOR: White). So far they're doing exactly what I got them for: letting me feel the difference between the keys I want to hit and the keys I don't. I also put them for the asterisk keys and the number bar key above the asterisk keys.

I'll try Loc Dots sometime too...



Old setup:

Stenomod - https://stenomod.blogspot.com/

Sunday, July 19, 2020

Updates 2020-07-19


  • Completely redid the "open quote" strokes and translations to match the "close quote" strokes that it mirrors (Text Formatting)

Sunday, July 12, 2020

Updates 2020-07-12


  • Moved the more complicated "quotation mark" strokes to Text Formatting

Sunday, May 24, 2020

Updates 2020-05-24


  • 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

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.





Play Real Speed




-LT

{#F8}

Redundant stroke for -T 'the'.






Rewind


S-LT

{#F6}

Redundant stroke for S-T 'is the'.





Play Slow Speed




ST*LT

{#Scroll_Lock}






Play Fast Speed




ST-LT

{#Pause}






Stop




SKW

{#F5}






Basic timecode


SH-FT

{#Control_R(g)}{#Control_R(v)}






AutoHotkey timecode


SH*FT

`

On QWERTY my AutoHotkey for a TC (which does more than just Ctrl+G, Ctrl+V) is the key to the left of the number 1 at the top. 

This requires that the Express Scribe dictionary is above the Full Keyboard dictionary, and that whatever script you have that transforms that key into your TC is running.





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.



New speaker, without timecode
Example:
Q:




SKW-FR

{#F5}{^\n^}{-|}{^\n^}{-|}Q:{}{-|}

Stops audio, inserts new lines, creates the above sample, and the next word is capitalized.






New speaker with timecode
Example:
COOL DUDES     [00:59:52]
COOL DUDE 1:


 


SKW-R

{#F5}{^\n^}{-|}{^\n^}{-|}{#Control_L(G)Control_L(V)}{^\n^}{-|}COOL DUDE 1:{}{-|}

Stops audio, inserts new lines, creates the above sample, and the next word is capitalized.


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.





Quick TC Edit: Highlight and Replace
Part 1 of 2




EURPG

{#Home}{#Left}{#Left}{#Shift_L(Left)}{^}

Express Scribe can't change the frame rate of videos like InqScribe can, so if your video is 24 frames per second, your TC will start going out of sync every 10 to 15 minutes. Hitting this will highlight the last number for you to quickly replace.

You might need to edit this translation to match your template. Like if you have frames in your TC:

{#Home}{#Left}{#Left}{#Left}{#Left}{#Left}{#Shift_L(Left)}{^}






Quick TC Edit: Return to Transcription
Part 2 of 2




EUFBL

{#End}{#Right}{#End}{^ ^}{-|}

After editing the TC, hit this to return. This will insert a space and capitalize next, so you want to highlight and replace before you start transcribing the dialogue of the new speaker.

You might need to edit this translation to match your template.






Miscellaneous Text Formatting
Example:
Underline


 


1K5U6

{#Control_L(U)}

This will underline in Word.

I don't actually underline in my work, though, so I would use this stroke for something else. This pattern can continue across the whole right-side top row with 1K5U7, 1K5U8, 1K5U9, 1K5UD, so that's room for five wacky things I can do.

For more complicated actions such as mouse movement and clicking, leave that to AutoHotkey.







Transform Word Into Tag
Example:
laugh to [LAUGH]




HRAF/#W

{#Space}{^~|[LAUGH]^}{#Space}

You'll have to make new entries for the tags you want. 

I got this "wild card" idea from the beauteous 
Anissa Nierenberger. Unless I misunderstood her, in which case, yes, I take credit for this idea!

This also carries capitalization, so don't worry about that.







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.





Shift + Tab key




12*U

{#Shift(Tab)}

You'll also want this to go back if you're tabbing all over the place for quick, mouse-less navigation. This is where using the number bar to repeat the previous stroke comes in REAL handy.

Reminder: This key without the asterisk is Tab.






Alt + F4
(close window)




40EUR7G

{#Alt_L(F4)}

Close window. Originally created to close the window after hitting the Plover lookup stroke. Notice the resemblance to the stroke? You're even using the index finger like you would hit F4 on QWERTY.

Reminder: This key without the number bar is the lookup stroke.






  Ctrl + W
(close browser tab)




20EUR7G

{#Control_L(W)}

Close browser tab, and also some windows. You're using the same finger again here.





Ctrl + Page Up
(switch to the tab to the left)




KPRAO*EL

{#Control_L(Page_Up)}

Asterisk acts as Ctrl.





Ctrl + Page Down
(switch to the tab to the right)




KPRAO*EG

{#Control_L(Page_Down)}

Asterisk acts as Ctrl.

Sunday, April 12, 2020

Updates 2020-04-12


  • Added strokes for Shift + Arrow keys, Shift + Page Up/Down, Ctrl + Page Up/Down (Text Formatting)

Sunday, April 5, 2020

Updates 2020-04-05

I'll be silently adding updates, but I'll only be announcing them once a week.
  • Added Title Case (Text Formatting)
  • Revised some entries in Full Keyboard regarding carrying capitalization
  • Revised Tab key strokes (Text Formatting)
  • Added Caps Lock stroke (Text Formatting)
  • Revised and split Function keys from Full Keyboard

Full Keyboard: Function Keys (F1-F35)

Split off from the original Full Keyboard page because there are more "F" keys than you might have thought! At least according to that old Learn Plover: Available Key Names page. Windows might only go up to F24. At any rate, I tried to make the strokes harder to hit the higher in number they go, yet still follow an easy-to-remember pattern.

Just for fun I thought I'd include the Magnum Steno translations that weren't just raw steno, even if they don't make any sense. In fact, only three of these do make sense, and I've bolded them in red.



F1-F10: URPG and KPRA
F11-F20: *URPG and *KPRA
F21-F30: OURPG and KPRAE
F31-F35: *OURPG





F1




1UR7G

{#F1}

(was: 'the usurping' in Magnum)






F2




2UR7G

{#F2}






F3




3UR7G

{#F3}

(was: 'the purposing' in Magnum)






F4




4UR7G

{#F4}

(was: 'the up hering' in Magnum)






F5




5UR7G

{#F5}

(was: 'the all these' in Magnum)






F6




K3R56

{#F6}






F7




K3R57

{#F7}






F8




K3R58

{#F8}






F9




K3R59

{#F9}






F10




K3R5D

{#F10}

(was: 'the extraed' in Magnum)






F11




1*UR7G

{#F11}






F12




2*UR7G

{#F12}






F13




3*UR7G

{#F13}

(was: 'the purping' in Magnum)






F14




4*UR7G

{#F14}






F15




5*UR7G

{#F15}

(was: 'the all of these' in Magnum)






F16




K3R5*6

{#F16}






F17




K3R5*7

{#F17}

(was: 'the CPA' in Magnum)






F18




K3R5*8

{#F18}






F19




K3R5*9

{#F19}






F20




K3R5*D

{#F20}

(was: 'the extraed' in Magnum)






F21




10UR7G

{#F21}

(was: 'the so you wering' in Magnum)






F22




20UR7G

{#F22}





F23




30UR7G

{#F23}

(was: 'the on purposing' in Magnum)






F24




40UR7G

{#F24}

(was: 'the how these' in Magnum)





F25




50UR7G

{#F25}

(was: 'the Europing' in Magnum)






F26




K3R5E6

{#F26}






F27




K3R5E7

{#F27}






F28




K3R5E8

{#F28}






F29




K3R5E9

{#F29}






F30




K3R5ED

{#F30}






F31




10*UR7G

{#F31}






F32




20*UR7G

{#F32}






F33




30*UR7G

{#F33}






F34




40*UR7G

{#F34}

(was: 'the how were youing' in Magnum)






F35




50*UR7G

{#F35}

(was: 'the Europaing' in Magnum)