cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Added regularSquare style to MASShortcutView #150

Closed pointum closed 3 years ago

pointum commented 3 years ago

NSBezelStyleRegularSquare is drawn properly on macOS 11.0. I'd use this style as a quick fix for #149.

macOS 11.0:

macOS 11.0

macOS 10.15: Not ideal, might want to conditionally use another style before 11.0.

macOS 10.15
shpakovski commented 3 years ago

Looks great, thanks a lot Max! Sorry for the slow response.