Replies: 1 comment 2 replies
-
Hi, This looks like the correct way to do it. If you don't see alt events, it's possible your terminal emulator (or an intermediary, like screen/tmux) is not properly sending these events to the application at all. You can try running the It's also possible the backend is not properly reading these. What os are you running? What cursive backend? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried to distinguish between char and altchar events by doing:
Unfortunately, altchar is seen as Char(_) and I wasn't able to react on AltChar event. Could you please advice me how am I suppose to do it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions