https://github.com/tschulte/plover_auto_reconnect_machine
Plover extension that tries to automatically reconnect the steno machine if the connection got lost
https://github.com/tschulte/plover_auto_reconnect_machine
plover plugin
Last synced: 3 months ago
JSON representation
Plover extension that tries to automatically reconnect the steno machine if the connection got lost
- Host: GitHub
- URL: https://github.com/tschulte/plover_auto_reconnect_machine
- Owner: tschulte
- License: gpl-3.0
- Created: 2019-03-13T20:27:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T09:21:03.000Z (over 1 year ago)
- Last Synced: 2024-09-30T02:35:15.991Z (8 months ago)
- Topics: plover, plugin
- Language: Python
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Plover auto reconnect writer
============================An extension to [Plover](https://github.com/openstenoproject/plover) to automatically reconnect a steno machine if it got disconnected.
How to Use
----------This plugin enhances plover by automatically reconnecting the steno machine to plover.
Without the machine it is necessary to hit the reconnect button in plover in some cases.
As soon as the steno machine is connected, the plugin will trigger a reconnect in plover.Using the plugin, it doesn't matter any more, if you start plover before connecting the steno machine or the other way round.
The plugin does also allow to unplug and replug the steno machine or to switch devices (unplug machine A, plug in machine B) -- as long as they will use the same com port and protocol.
What this plugin does not
-------------------------This plugin intentionally does not do any kind of auto discover.
You need to have your machine correctly configured for this plugin to work.Installation
------------Download the latest version of Plover for your operating system from the [releases page](https://github.com/openstenoproject/plover/releases). Only versions 4.0.0rc2 and higher are supported.
To install the cloned git repository, you can run the following command:
Windows
.. code:: powershell
.\plover_console.exe -s plover_plugins install
Mac
.. code:: bash
/Applications/Plover.app/Contents/MacOS/Plover -s plover_plugins install
Or you can install the latest released version using the Plugin Manager
1. Open Plover
2. Navigate to the Plugin Manager tool
3. Select the "plover-auto-reconnect-machine" plugin entry in the list
4. Click install
5. Restart Plover
6. Activate the plugin in the plugin tab of the plover configuration dialogThe same method can be used for updating and uninstalling the plugin.