pablopunk / SwiftShift

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

Shortcuts with hotkey are triggered only with modifiers #25

Closed pablopunk closed 6 months ago

pablopunk commented 6 months ago

As a workaround for they keyup not working for modifier-only shortcuts, swift shift uses global shortcuts to listen to modifier flags changing. This should not be the case for shortcuts with a hotkey (i.e modifier+key, e.g ⌘S)

example at https://github.com/pablopunk/SwiftShift/issues/23#issuecomment-1890061266