pychess-variants
pychess-variants copied to clipboard
Implement lichess shortcut keys
Use left/right arrow keys to navigate in move list forward/backward
- The up and down arrow keys can be used to go back and forth 10 moves.
Untitled_Entity: "some more useful shortcut keys on Lichess: "F" for flipping board, and "L" for toggling local analysis"
Lichess uses mousetrap library which makes the code of shortcuts themselves very short, but requires storing minified version in repo and some trickery in package.json as it's not available from yarn. Do you think it's worth adding?
Sure. If you can make it work, why not?