AdaCore / gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.
399 stars 52 forks source link

Workaround to fix the Command / Apple modifier key functionality on Darwin / macOS. #140

Closed Blady-Com closed 1 month ago

Blady-Com commented 1 year ago

-- macOS (at least 12.0) fires MOD2 and META key modifiers -- as we want only META we suppress MOD2 to the default mask Honestly, I wasn't able to determine where is the root cause: either macOS, GTK or GTKAda. Thus the workaround is applied at GNATStudio level.