Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

keyup and keydown not working on masOs #462

Open
jhabril opened this issue Jun 11, 2020 · 3 comments
Open

keyup and keydown not working on masOs #462

jhabril opened this issue Jun 11, 2020 · 3 comments
Labels

Comments

@jhabril
Copy link

jhabril commented Jun 11, 2020

No description provided.

@ccoupe ccoupe added the OSX label Jun 11, 2020
@ccoupe
Copy link

ccoupe commented Jun 11, 2020

Yes. Shoes does not handle keyup/keydown on OSX. Cocoa provides keydown and keyup events, but not the 'keypressed' distinction of Shoes. So, osx.keydown had to map to Shoes.keypress. It's not likely to be fixed. Sorry.

@jhabril
Copy link
Author

jhabril commented Jun 11, 2020

Can keyup event be handle by other method or code?

@ccoupe
Copy link

ccoupe commented Jun 11, 2020

It takes an Objective C programmer who know Cocoa and Shoes internals. There is no work around.

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

No branches or pull requests

2 participants