Giter VIP home page Giter VIP logo

plover_syllabic_chording's Introduction

Plover Syllabic Chording

A syllabic chording system for Plover, reminiscent of how the Veyboard and Velotype keyboards operate.

Development Status

This project is largely for personal use, and no gurantees of function, form or sanity can be given. While every attempt will be made to fix any bugs found in this project, nothing is guaranteed.

Affiliation

This project is not affiliated with the makers of the Veyboard or Velotype keyboard in any way, it's just a crude approximation of the keyboard's functioning onto Plover, made by an ameteur.

Installation

This package provides a Plover System and an Extension. Without the extension active, strokes will not be processed correctly, and the keyboard will not work. If the system is changed, the extension will not interfere with normal operation.

Recommended Keyboard

The default layouts and dictionaries are very much personalized, and may be inappropriate for any other user. I use a ZSA Moonlander Mark I alongside custom firmware.

Technical Details

To be rewritten following a large redesign.

Plover is certainly not meant to work this way. This extension works by proxying Plover's DictionaryCollection system.

This custom dictionary collection acts in the same way as the default Plover dictionary collection, but if the lookup fails, the stroke is then searched as a syllabic chord.

plover_syllabic_chording's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

itsgumpintime

plover_syllabic_chording's Issues

SyllabicDict not defined

2023-08-13 15:16:40,585 [Dummy-1] ERROR: engine on_stroked failed
Traceback (most recent call last):
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/engine.py", line 147, in run
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/engine.py", line 382, in _on_stroked
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/translation.py", line 204, in translate
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/translation.py", line 296, in translate_stroke
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/translation.py", line 455, in _lookup_with_prefix
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/translation.py", line 405, in _lookup_with_suffix
File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/translation.py", line 391, in _lookup_strokes
File "/root/.config/plover/plugins/linux/lib/python3.9/site-packages/plover_syllabic_chording/extension.py", line 102, in lookup
return self._lookup(strokes, filters=self._proxy.filters)
File "/root/.config/plover/plugins/linux/lib/python3.9/site-packages/plover_syllabic_chording/extension.py", line 93, in _lookup
return self._generic_lookup(lookup_fn, strokes, dicts, filters)
File "/root/.config/plover/plugins/linux/lib/python3.9/site-packages/plover_syllabic_chording/extension.py", line 43, in _generic_lookup
if not isinstance(d, SyllabicDict):
NameError: name 'SyllabicDict' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.