Metadata-Version: 1.1
Name: plover-system-switcher
Version: 0.0.2
Summary: Plover command plugin for switching systems.
Home-page: https://github.com/nsmarkop/plover_system_switcher
Author: Nick Markopoulos
Author-email: nsmarkop@gmail.com
License: GNU General Public License v3 or later (GPLv3+)
Description: Plover System Switcher
        ======================
        
        Command plugin for
        `Plover <https://github.com/openstenoproject/plover>`__ to switch the
        active system.
        
        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.0.dev6 and higher are supported.
        
        1. Open Plover
        2. Navigate to the Plugin Manager tool
        3. Select the “plover-system-switcher” plugin entry in the list
        4. Click install
        5. Restart Plover
        
        The same method can be used for updating and uninstalling the plugin.
        
        Usage
        -----
        
        In order to use this plugin you just need to create a dictionary entry
        of the form:
        
        .. code:: json
        
            {
                "example_stroke": "{PLOVER:SWITCH_SYSTEM:system name}"
            }
        
        For example, if you were in a non-English system you could switch to
        English with the following:
        
        .. code:: json
        
            {
                "example_stroke": "{PLOVER:SWITCH_SYSTEM:English Stenotype}"
            }
        
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
