Make toggle MIDIControllables with program changes only respond to the appropriate...
[ardour.git] / tools / fmt-bindings
index 0eecd4a4aa3f675768223dda5a827150db386049..c6b71e4e372d6b063ee371417aaf4ca9e6a2f6ab 100755 (executable)
@@ -31,7 +31,7 @@ GetOptions ("platform=s" => \$platform,
 
 if ($platform eq "darwin") {
 
-    $gtk_modifier_map{'PRIMARY'} = 'Meta';
+    $gtk_modifier_map{'PRIMARY'} = 'Primary';
     $gtk_modifier_map{'SECONDARY'} = 'Control';
     $gtk_modifier_map{'TERTIARY'} = 'Shift';
     $gtk_modifier_map{'LEVEL4'} = 'Mod1';