[ BUG ] Arrow keys keycodes recognised as raw #17
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
fixed
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/typiskt#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I noticed that when running $0 in
exercisemode, i.e. with the gtypist exercises, there is a nice way to switch between exercises with either Down/Up or also Left/Right arrowkeys.
However, while this does work sometimes, oftentimes it will print out the raw keycodes (only the part after the escape code, so for example
^[[Bfor the Down key [in myterminal] but only
[Bgets printed). I will attach a gif demonstrating the above.Specifically, I can only reproduce this for the Down and Right keys. Up and Left seem to be working fine.
Uhm now that I think about it more, it could be intentional so that one does not skip over exercises(?)
In any case I don't thin it should be that way, since I might want to go Up/Down through completed exercises...
Let me know what you think about this
EDIT: Yea okay so I think there is an intentional part as I thought, since the bug does not happen when only scrolling through completed exercises... :o
Yes you are correct, i knew about that but didn't bother fix it since it would only affect cheaters ;) . But i am sure i can fix this, i will do that before the next release. Thanks for the issue, also nice gif and rice!
Thank you:) it's
stinsidedwmwith picom-ibhagwan-git as compositor.this is fixed now.