Skip to content
New issue

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

can't I use arrow keys? #5

Closed
wb670 opened this issue Aug 1, 2024 · 1 comment
Closed

can't I use arrow keys? #5

wb670 opened this issue Aug 1, 2024 · 1 comment

Comments

@wb670
Copy link

wb670 commented Aug 1, 2024

starting with the command fex can be controlled using the arrow keys
but starting with hot key "^f" i can't use arrow keys only can use J,K
by macOS

@18alantom
Copy link
Owner

Should be fixed in the latest release: /~https://github.com/18alantom/fex/releases/tag/v0.1.1

Appears to be that the bytes representing arrow keys are different when running as a zsh widget. The middle value changes from 91 to 79. So for instance down key becomes {27, 79, 66} instead of {27, 91, 66}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants