diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc index 5ebc4178c8..bafa0a4f6c 100644 --- a/gtk2_ardour/keyeditor.cc +++ b/gtk2_ardour/keyeditor.cc @@ -286,16 +286,17 @@ KeyEditor::populate () #ifdef GTKOSX string label = (*k); - + /* Gtk/Quartz maps: NSAlternate/NSOption key to Mod1 - NSCommand key to Meta + NSCommand key to Mod2 */ - replace_all (label, "", _("Command-")); - replace_all (label, "", _("Option-")); - replace_all (label, "", _("Shift-")); - replace_all (label, "", _("Control-")); +// replace_all (label, "", _("Command-")); +// replace_all (label, "", _("Option-")); +// replace_all (label, "", _("Shift-")); +// replace_all (label, "", _("Control-")); + row[columns.binding] = label; #else row[columns.binding] = (*k);