ValueError: invalid implicit_hyphen_keys
: not all keys accounted for (compatibility break note)
#1449
user202729
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before the switch of Plover source code to use
plover_stroke
library, it was necessary to specify the number entries inIMPLICIT_HYPHEN_KEYS
. (try stroking1K5B
versus1K-B
.)b90ea14#diff-8a83095da351c38c14af3c15a2ed51e5ea3a074db8e69bcb95cff5afad2bc6feL11
If you use the library (before 1.0.0 / C extension), it's possible to either specify or omit it.
At version 1.0.0, it's required (both by independent things that use the
plover_stroke
library, and by system plugin writers) to omit it, otherwise the error message in the title will be raised.(... unfortunately, I don't always use the latest version at the moment.)
Beta Was this translation helpful? Give feedback.
All reactions