Skip to content

nsmarkop/plover_last_translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.