Metadata-Version: 2.1
Name: plover-combo
Version: 0.3.0
Summary: Combo Mode for Plover
Home-page: https://github.com/Kaoffie/plover_combo
Author: Kaoffie
Author-email: kaoffie@gmail.com
License: MIT License (MIT)
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Plover Combo

A plugin for [Plover](https://github.com/openstenoproject/plover) that adds a Combo counter. Inspired by the [Code in the Dark Editor](https://github.com/codeinthedark/editor).

![combo](https://user-images.githubusercontent.com/30435273/131253406-878f1d0b-6f83-4d31-8f2b-b919f5f9424a.gif)

## Usage Notes

- `Ctrl/Cmd + S` to open settings, `Ctrl/Cmd + X` to close widget. 
- Left click on the counter number and drag to move the widget around. (On some systems, you'll have to click on the opaque areas of the font.)
- On macOS, you might experience repainting issues where a ghost image appears behind the counter. This issue has not been fixed yet.

## Installation

This plugin isn't on the Plover Plugin Registry yet; install it with the following command:

```
plover -s plover_plugins install plover_combo
```

Alternatively, if you are on Windows, locate the directory where Plover.exe is located in and install using the following command:

```
.\plover_command.exe -s plover_plugins install plover_combo
```

## Credits

Huge thanks to /usr, Emily and Jen on the Plover Discord for testing the plugin out on macOS!

