1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: plover
Section: utils
Priority: optional
Maintainer: Harlan Lieberman-Berg <hlieberman@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-python3,
pybuild-plugin-pyproject,
pyside6-tools,
python3,
python3-babel,
python3-dbus,
python3-evdev,
python3-hid,
python3-platformdirs,
python3-plover-stroke,
python3-psutil,
python3-pygments,
python3-pyside6.qtcore,
python3-pyside6.qtgui,
python3-pyside6.qttest,
python3-pyside6.qtwidgets,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-pytestqt <!nocheck>,
python3-requests-cache,
python3-requests-futures,
python3-rtf-tokenize,
python3-serial (>= 2.7),
python3-setuptools,
python3-setuptools-scm,
python3-wcwidth (>= 0.1.7),
python3-xlib (>= 0.16)
Standards-Version: 4.7.2
Homepage: https://www.openstenoproject.org/plover/
Vcs-Git: https://salsa.debian.org/debian/plover.git
Vcs-Browser: https://salsa.debian.org/debian/plover
Rules-Requires-Root: no
Package: plover
Architecture: all
Depends: python3-dbus,
python3-evdev,
python3-hid,
python3-pyqt5,
python3-pyside6.qtcore,
python3-pyside6.qtgui,
python3-pyside6.qtwidgets,
python3-xlib (>= 0.16),
${misc:Depends},
${python3:Depends}
Description: free stenography engine and typing tool
Plover is a small, slick Python application that runs in the
background and acts as a translator to read steno movements and
emulate keystrokes in a way that the programs you are using can't
even tell you're using steno.
.
Plover is used today by hundreds of people, ranging from professional
stenographers, transcriptionists, programmers, and hobbyists. It
supports:
.
- Regular keyboards and real steno machines
- Media key support to control media, change volume, etc.
- Comes with a well-developed theory extended from StenEd,
but with over 50,000 new strokes.
- Supports JSON and RTF/CRE dictionaries
- Includes training tools to help you learn
|