mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-10-30 02:18:16 +08:00
Add methods to increment only complete glyphs
This commit is contained in:
@ -84,8 +84,10 @@ const resetStage = () => {
|
||||
const bindings = {
|
||||
a: () => changeGlyph('getPreviousGlyph'),
|
||||
A: () => changeGlyph('getPreviousUnverifiedGlyph'),
|
||||
q: () => changeGlyph('getPreviousVerifiedGlyph'),
|
||||
d: () => changeGlyph('getNextGlyph'),
|
||||
D: () => changeGlyph('getNextUnverifiedGlyph'),
|
||||
e: () => changeGlyph('getNextVerifiedGlyph'),
|
||||
r: resetStage,
|
||||
s: () => incrementStage(1),
|
||||
w: () => incrementStage(-1),
|
||||
|
||||
Reference in New Issue
Block a user