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

Perform macOS / iOS key commands on key down rather than on key up #252

Open
andymatuschak opened this issue Jan 31, 2022 · 0 comments
Open
Labels
🗂 Bug Type: Technical defect, not functioning as designed 🚩 Help wanted Particularly amenable/appropriate for contributors 📍 iOS/Mac Platform-specific: iOS/Mac

Comments

@andymatuschak
Copy link
Owner

@kirkbyo added native support for key commands in #250, but he ran into an odd crash (see below) which forced him to tie them to key up events rather than key down events. This is contrary to norms for the platform, so we should change this when we feel like digging further into whatever issue is occurring here.

@andymatuschak andymatuschak added 🗂 Bug Type: Technical defect, not functioning as designed 🚩 Help wanted Particularly amenable/appropriate for contributors 📍 iOS/Mac Platform-specific: iOS/Mac labels Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗂 Bug Type: Technical defect, not functioning as designed 🚩 Help wanted Particularly amenable/appropriate for contributors 📍 iOS/Mac Platform-specific: iOS/Mac
Projects
None yet
Development

No branches or pull requests

1 participant