Skip to main content

Modal Dictionaries for Plover

Project description

Modal Dictionaries for Plover

PyPI GitHub

Modal Dictionaries are dictionaries that can switch two modes - activated and deactivated. Dictionary entries are hidden until they are activated by one of the configured activation strokes, after which they can be deactivated again under user-configured conditions.

It is useful if you would like to have dictionaries that:

  • Turn on with an activation stroke, then turn off when you stroke something outside of the dictionary
  • Turn on for one translation only

Example

This dictionary allows the user to enter navigation mode using one of the entries in entry, after which any stroke in dict would return an arrow key or navigation key. The dictionary will exit if the user strokes anything outside of these entries.

Stroking STPH-R/-R/-R/WORD would, for instance, shift the text cursor 3 characters to the left, then write "word".

{
    "exclude_entry": false,
    "exit_on_mismatch": true,
    "exit_on_match": false,
    "ignore_folding": true,

    "entry": {
        "STPH-R": "{#Left}{^}",
        "STPH-P": "{#Up}{^}",
        "STPH-B": "{#Down}{^}",
        "STPH-G": "{#Right}{^}",
        "STPH-RB": "{#Control_L(Left)}{^}",
        "STPH-BG": "{#Control_L(Right)}{^}"
    },
    
    "dict": {
        "-R": "{#Left}{^}",
        "-P": "{#Up}{^}",
        "-B": "{#Down}{^}",
        "-B/-G": "{#Down}{^}{#Right}{^}",
        "-G": "{#Right}{^}",
        "-RB": "{#Control_L(Left)}{^}",
        "-BG": "{#Control_L(Right)}{^}"
    }
}

-B/-G was included to override the outline for "being" in main.json.

Setup

For the plugin to work properly, go into Configuration → Plugins and turn on modal_update.

Usage

Modal dictionaries have the .modal extension and follow the following format (using JSON syntax):

{
    "exclude_entry": false,
    "exit_on_mismatch": true,
    "exit_on_match": false,
    "ignore_folding": true,

    "entry": {
        "S": "translation 1",
        "T": "translation 2"
    },
    
    "dict": {
        "K": "translation 3",
        "P": "translation 4"
    },

    "exit": {
        "W": "translation 5",
        "H": "translation 6"
    }
}

Any of the true/false options can be omitted. They are used like so:

Option Default Usage
exclude_entry false Whether to exclude entry strokes when activated. If set to true, entry strokes can still be used to enter activated mode as usual, but after activation, they are considered to be outside the dictionary.
exit_on_mismatch true Whether to deactivate when a stroke is not found in the dictionary. Note that if you have a translation for a multistroke outline such as -F/-L, but none of its prefixes (such as -F) are defined, stroking -F will deactivate it and write "of" as usual, and stroking -L will delete the "of" and reactivate the dictionary again.
exit_on_match false Whether to deactivate after translating a single entry. This is useful if you want the dictionary to be activated for only one word/translation.
ignore_folding true Whether to ignore folding. Whenever a stroke such as -RG is sent to Plover and no translation can be found, Plover will split it into -R/-G and search its dictionaries again. If set to true, we will ignore such attempts and consider the input stroke as outside of the dictionary, even if -R and -G are defined.

The dictionary contains 3 sub-dictionaries. They can be omitted, and the dictionary will treat them as empty:

Subdictionary Usage
entry Used to enter activated mode. These entries can be used when the dictionary is deactivated.
dict Main dictionary entries, hidden until activated.
exit Used to exit activated mode, hidden until activated.

These dictionaries can be defined using the usual JSON format, like so:

"entry": {
    "S": "translation 1",
    "T": "translation 2"
}

they can also just be references to other dictionary files with formats supported by your current Plover plugin setup:

"entry": "some/other/dictionary.py"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plover-modal-dictionary-0.0.2.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

plover_modal_dictionary-0.0.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file plover-modal-dictionary-0.0.2.tar.gz.

File metadata

  • Download URL: plover-modal-dictionary-0.0.2.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for plover-modal-dictionary-0.0.2.tar.gz
Algorithm Hash digest
SHA256 8ab463987130083112c4dc6b6e858d715fa68ea6df528a505c6b388832a95314
MD5 f04fdbc00bfda3801bcb0c49d212ed1d
BLAKE2b-256 d078cf562f3a7c19e957415da46bcb481eb2242870407807f58c7243117bc496

See more details on using hashes here.

File details

Details for the file plover_modal_dictionary-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: plover_modal_dictionary-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for plover_modal_dictionary-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 77d069ff938b7c4a1506ae19db5a7f140afdb667953d954118e35b8a801ccf27
MD5 61b2a4fdeec3e20dfbd92277dc319266
BLAKE2b-256 d96dceea9f3f0410cf18c93609f1b1db4d03324518d0594247b0305990055105

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page