lwouis / alt-tab-macos

Windows alt-tab on macOS
https://alt-tab-macos.netlify.app
GNU General Public License v3.0
11.07k stars 331 forks source link

Allow up and down arrows #64

Closed mbikovitsky closed 4 years ago

mbikovitsky commented 5 years ago

Similar to #53, but this time allow the up and down arrow keys to move between rows. Currently these keys are sent to the application that was last active.

lwouis commented 5 years ago

This is significantly harder than left/right as it involves understanding what is up and down visually and the complex NSCollectionView that I customized with CollectionViewCenterFlowLayout.

Also, I'm thinking about maybe using the arrow keys for #9

lwouis commented 4 years ago

Closing as duplicate of #270