plover.oslayer.keyboardcontrol – Keyboard input and output¶
This module handles platform-specific operations relating to the keyboard, both for capturing keyboard input (using the keyboard to write steno) and keyboard emulation (writing the output from steno translation).
- class plover.oslayer.keyboardcontrol.KeyboardCapture¶
A subclass of
plover.machine.keyboard_capture.Captureencapsulating logic for capturing keyboard input. An instance of this is used internally by Plover’s built-in keyboard plugin.
- class plover.oslayer.keyboardcontrol.KeyboardEmulation¶
A subclass of
plover.output.Outputencapsulating logic for sending keystrokes. Pass an instance of this when initializing theStenoEngine.