plover_last_translation

Plugins for Plover to repeat output

GPL-3.0 License

Downloads
326
Stars
1
Committers
1

Plover Last Translation

Plugins for Plover to repeat output.

Installation

Download the latest version of Plover for your operating system from the releases page. Only versions 4.0.0.dev6 and higher are supported.

  1. Open Plover
  2. Navigate to the Plugin Manager tool
  3. Select the "plover-last-translation" plugin entry in the list
  4. Click install
  5. Restart Plover

The same method can be used for updating and uninstalling the plugin.

Usage

It is recommended that you use the meta plugins over the macro plugins

The meta plugins have the following format:

{
    "example_stroke": "{:meta_name:meta_arg1,meta_arg2,...}"
}

The macro plugins have the following format:

{
    "example_stroke": "=macro_name:macro_arg1,macro_arg2,..."
}

The available names and arguments for both are:

  • repeat_last_translation
    • Arguments
      1. Number of previous translations to output. Default is 1.
  • repeat_last_word
    • Arguments
      1. Number of previous words to output. Default is 1.
  • repeat_last_fragment
    • Arguments
      1. Number of previous fragments to output. Default is 1.
  • repeat_last_character
    • Arguments
      1. Number of previous characters to output. Default is 1.

For the difference between a word and a fragment, see the RetroFormatter documentation.

Package Rankings
Top 29.79% on Pypi.org