Skip to content

Instantly share code, notes, and snippets.

View jenchanws's full-sized avatar

Jennifer Chan 陳慧珊 jenchanws

  • San Francisco, CA
View GitHub Profile
@jenchanws
jenchanws / enter_raw.py
Last active August 19, 2022 18:40
Raw stroke dictionary (needs `plover-dict-commands` and `plover-stitching` plugins)
LONGEST_KEY = 1
def lookup(steno):
if len(steno) != 1:
raise KeyError
stroke = steno[0]
if stroke == "RA*U":
return "{plover:solo_dict:+raw.py}"
elif stroke == "RA*UZ":