pablopunk / SwiftShift

Sweet window management for macOS
https://swiftshift.app
MIT License
228 stars 9 forks source link

Please add shortcut support for fn key :) #70

Open ninopiamonte opened 3 weeks ago

ninopiamonte commented 3 weeks ago

This is literally the app I'm looking for. Thank you for developing it!

pablopunk commented 3 weeks ago

hey @ninopiamonte! thanks for saying that 🩵.

I'm using ShortcutRecorder for the shortcuts UI/logic, and that doesn't seem to support fn.

To make it work I would have to implement the recording logic from scratch, and I have no idea how to do that cuz I'm no Swift developer 😅.

But since more people asked for this, I'll keep this issue open as a feature request and hope someone with the knowledge makes a PR to implement it.