andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

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

Open andymatuschak opened 2 years ago

andymatuschak commented 2 years ago

@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.