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

Alt + Arrow Keys do not work on Mac #8

Open
sgunadhya opened this issue Oct 9, 2022 · 7 comments
Open

Alt + Arrow Keys do not work on Mac #8

sgunadhya opened this issue Oct 9, 2022 · 7 comments

Comments

@sgunadhya
Copy link

sgunadhya commented Oct 9, 2022

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.

@TBS1996
Copy link
Owner

TBS1996 commented Oct 9, 2022

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

@sgunadhya
Copy link
Author

Those don't work either.

@TBS1996
Copy link
Owner

TBS1996 commented Oct 9, 2022

but the keys work in other tabs?

@sgunadhya
Copy link
Author

They don't work anywhere. I guess the issue is with the underlying crossterm library.

@TBS1996
Copy link
Owner

TBS1996 commented Oct 10, 2022

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

@TBS1996
Copy link
Owner

TBS1996 commented Oct 28, 2022

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

@IngridMorstrad
Copy link

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.

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

3 participants