- 
open an account on GitHub (https://github.com) if you don't already have one 
- 
go to the Plover GitHub page (https://github.com/openstenoproject/plover) and click the fork button: 
- once the fork is complete, enable AppVeyor integration:
| 18/50/-S 1850s 91 | |
| 19/30/-S 1930s 91 | |
| 19/8/6 1986 100 | |
| 2/6/0 260 100 | |
| 40S 40s 100 | |
| 50S 50s 100 | |
| AB/HOR abhor 100 | |
| AB/KUS abacus 91 | |
| ABL/ER abler 100 | |
| AB/RUPT abrupt 100 | 
open an account on GitHub (https://github.com) if you don't already have one
go to the Plover GitHub page (https://github.com/openstenoproject/plover) and click the fork button:
| #!/usr/bin/env python | |
| import json | |
| import sys | |
| import requests | |
| import uritemplate | |
| with open('.github.repo', 'r') as fp: | 
| #!/usr/bin/env python3 | |
| import sys | |
| from plover.dictionary.base import create_dictionary, load_dictionary | |
| input = sys.argv[1] | |
| output = sys.argv[2] | |
| id = load_dictionary(input) | 
| #!/usr/bin/env python | |
| from collections import namedtuple | |
| import sys | |
| import re | |
| from plover.dictionary.base import create_dictionary | |
| RTF_TOKEN = re.compile(r'\\((?P<cchar>[-_~\\{}*])|(?P<cword>[A-Za-z]+)(?P<cparam>-?[0-9]+)? ?)|(?P<group>[{}])|(?P<text>[^\n\r\\{}]+)|(?P<nl>[\n\r]+)') | 
| import struct | |
| import binascii | |
| import plover.machine.base | |
| from plover import log | |
| STENO_KEY_CHART = ( | |
| None, 'S-', 'T-', 'K-', 'P-', 'W-', 'H-', 'R-', | 
| #!/bin/sh | |
| runtests() | |
| { | |
| ./setup.py --quiet test -- "$@" | |
| } | |
| source_dirs() | |
| { | |
| git ls-files '*.py' | sed -ne '/\(^\|\/\)\([^\/]*\.py\)$/{s//\1/;s/^$/./;p}' | sort -u | 
| #!/usr/bin/env python3 | |
| import itertools | |
| import re | |
| import sys | |
| try: | |
| from plover.oslayer.xkeyboardcontrol import KEYCODE_TO_KEY | |
| except ImportError: | |
| print('error: could not import plover.oslayer.xkeyboardcontrol.KEYCODE_TO_KEY, ' | 
| #!/usr/bin/env python3 | |
| __requires__ = ['progressbar2'] | |
| import itertools | |
| import multiprocessing | |
| import re | |
| import sys | 
| plover_portuguese.py | 44 ++++++++++++++++++++++---------------------- | |
| 1 file changed, 22 insertions(+), 22 deletions(-) | |
| diff --git i/plover_portuguese.py w/plover_portuguese.py | |
| index d7787a5..3daf258 100755 | |
| --- i/plover_portuguese.py | |
| +++ w/plover_portuguese.py | |
| @@ -66,23 +66,23 @@ KEYMAPS = { | |
| 'Keyboard': { | |
| '#' : ('1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '='), |