We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select previous frame and select next frame have an unknown character next to them in the keyboard shortcuts cheatsheet window.
Operating System: Debian GNU/Linux 8 (jessie)
Kernel: Linux 4.8.0-0.bpo.2-amd64
browser (or offline application version): Firefox 45.7.0 (Current stable firefox version in Debian)
N/A
The text was updated successfully, but these errors were encountered:
Thanks for the detailed bug report!
(For the record the unknown keys are supposed to represesent the up and down arrows.)
The issue comes from CheatsheetController.js in the formatKey_ method. https://github.com/juliandescottes/piskel/blob/master/src/js/controller/dialogs/CheatsheetController.js#L155-L158
Up/Down/Left/Right keys should be represented with the entities ↑, ↓, ← and →.
↑
↓
←
→
Sorry, something went wrong.
No branches or pull requests
select previous frame and select next frame have an unknown character next to them in the keyboard shortcuts cheatsheet window.
Steps to reproduce the bug
Environment details
Operating System: Debian GNU/Linux 8 (jessie)
Kernel: Linux 4.8.0-0.bpo.2-amd64
browser (or offline application version): Firefox 45.7.0
(Current stable firefox version in Debian)
Sprite details
N/A
The text was updated successfully, but these errors were encountered: