MrKai77 / Loop

Window management made elegant.
GNU General Public License v3.0
5.29k stars 104 forks source link

✨ Allow function key as trigger key #463

Closed T1mVo closed 5 days ago

T1mVo commented 5 days ago

Feature Request Description

I am using an external keyboard with my mac and it does not have the globe key. It would be great if I could use the globe/fn key on both keyboards. I dont know if both of these keys are even the same though.

Screenshots

No response

Additional Context

No response

Final Checks

MrKai77 commented 5 days ago

Yes, I've actually spend a lot of time researching this. Unfortunately, macOS doesn't allow a NSEvent monitor to listen for function key presses, even though the globe key works completely fine. I believe that this limitation is also reflected in Karabiner.

This might get a little technical, but it may be possible to use a CGEvent monitor to listen for the key, but this has broken multi-key trigger keys, so unfortunately this is not currently possible :(

T1mVo commented 5 days ago

Alright, thank you for your effort :)