[console_scripts]
plover = plover.main:main

[plover.dictionary]
json = plover.dictionary.json_dict:JsonDictionary
rtf = plover.dictionary.rtfcre_dict:RtfDictionary

[plover.gui]
none = plover.gui_none.main
qt = plover.gui_qt.main [gui_qt]

[plover.gui.qt.machine_option]
plover.machine.base:SerialStenotypeBase = plover.gui_qt.machine_options:SerialOption
plover.machine.keyboard:Keyboard = plover.gui_qt.machine_options:KeyboardOption

[plover.gui.qt.tool]
add_translation = plover.gui_qt.add_translation_dialog:AddTranslationDialog
lookup = plover.gui_qt.lookup_dialog:LookupDialog
paper_tape = plover.gui_qt.paper_tape:PaperTape
suggestions = plover.gui_qt.suggestions_dialog:SuggestionsDialog

[plover.machine]
Gemini PR = plover.machine.geminipr:GeminiPr
Keyboard = plover.machine.keyboard:Keyboard
Passport = plover.machine.passport:Passport
ProCAT = plover.machine.procat:ProCAT
Stentura = plover.machine.stentura:Stentura
TX Bolt = plover.machine.txbolt:TxBolt

[plover.macro]
repeat_last_stroke = plover.macro.repeat:last_stroke
retrospective_delete_space = plover.macro.retrospective:delete_space
retrospective_insert_space = plover.macro.retrospective:insert_space
retrospective_toggle_asterisk = plover.macro.retrospective:toggle_asterisk
undo = plover.macro.undo:undo

[plover.system]
English Stenotype = plover.system.english_stenotype

[setuptools.installation]
eggsecutable = plover.main:main

