/plover-clipboard

Plover plugin for accessing the system clipboard

Primary LanguagePython

Plover Clipboard

pypi python build

Plover plugin for accessing the system clipboard. This provides the clipboard_paste meta, which just outputs the last text contents of the clipboard. The advantage of using this over the paste keyboard command (Ctrl/Cmd-V) is that the paste can be undone using the steno undo stroke.

To use, add an outline for this command to your dictionary:

{
  "P-FT": "{:clipboard_paste}"
}