-
Notifications
You must be signed in to change notification settings - Fork 18
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
Alt + Arrow Keys do not work on Mac #8
Comments
how about + h/j/k/l ? that's how i originally intended it too. Its possible alt+arrowkeys serve some other purpose on your terminal |
Those don't work either. |
but the keys work in other tabs? |
They don't work anywhere. I guess the issue is with the underlying |
Oh yes, that seems to be the case. I'm reading now that it supports windows and linux but doesn't mention mac. The alternative was termion, which doesnt support windows but supports mac and linux. I can check how difficult it would be to make a termion version |
Hey again, could you check if the newest release works? and if it doesn't, now you can use your mouse, which I know isn't ideal but yeah its an option |
Just want to add that I'm facing the same issue, and using the mouse doesn't really work either because you have to first click with the mouse, and then hit enter on the keyboard. |
I am using M1 Mac with Macos Monterey 12.6. I installed speki using
cargo install speki
command. On "Add Card" tab, I cannot use the Alt and arrow key combination to move between the widgets.The text was updated successfully, but these errors were encountered: