https://github.com/morinted/plover_palantype
Palantype system and machine for Plover
https://github.com/morinted/plover_palantype
palantype plover plugin stenography
Last synced: 3 months ago
JSON representation
Palantype system and machine for Plover
- Host: GitHub
- URL: https://github.com/morinted/plover_palantype
- Owner: TheaMorin
- Created: 2017-02-07T00:46:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T14:26:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T10:41:32.648Z (3 months ago)
- Topics: palantype, plover, plugin, stenography
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Plover Palantype
================Possum Palantype support for Plover.
Activating Palantype
~~~~~~~~~~~~~~~~~~~~After installing this plugin, you need to turn on Palantype in Plover:
1. In Plover's configuration, go to the ``Systems`` tab, and change the active system to ``Possum Palantype``.
2. In Plover's machine tab, select the ``Palantype`` machine and ensure the settings point to your Palantype machine.- "Palantype" machine type in Plover is what other CAT software calls "Palantype B".
- If you have a *Neutrino* machine, you may need to select the "Gemini PR" protocol.
- If you do not own a Palantype machine, you can use an N-key rollover keyboard instead, as outlined in `this tutorial `_.
- At this time, other protocols are not supported.3. Plover will install ``sample.json`` and ``user.json`` as dictionaries. You can remove the sample if you already have your own dictionary or want to start from scratch. Plover accepts ``json`` and ``RTF`` dictionaries. It is recommended to use ``user.json`` when adding new strokes.
4. Note: at the moment, **only** ``ULFTS`` is supported to backspace the last stroke.Common Commands
~~~~~~~~~~~~~~~It would be a good time to define some custom commands that make using Plover much easier!
The "Add Definition" button lets you define a new dictionary entry. The first recommended entry is one that summons this dialog!
- ``T+UPT``: ``{PLOVER:ADD_TRANSLATION}`` (think "dictionary update")
Some other useful translations for you to define (come up with your own strokes):
- ``{-|}`` capitalize next word
- ``{^^}`` suppress space
- ``{#right}``, ``{#left}``, ``{#up}``, ``{#down}`` press arrow keys: right, left, up, down (recommendation is to create an arrow-key cluster on one hand with a chord on the other)
- ``{#control(c)}`` copy on Windows, Linux, or ``{#command(c)}`` for Mac
- ``{#control(v)}`` paste on Windows, Linux, or ``{#command(v)}`` for Mac
- ``{#control(z)}`` undo on Windows, Linux, or ``{#command(z)}`` for Mac
- ``{#tab}`` press the tab key
- ``{#alt(tab tab)}`` change application on Windows
- ``{#backspace}`` press the backspace key
- ``{#escape}`` press the escape key
- ``{#return}`` press the return/enter key
- ``{^\n^}{-|}`` new line, capitalize
- ``{^\n\n^}{-|}`` new paragraph, capitalize