From: Paul Davis Date: Sun, 4 Dec 2011 22:03:52 +0000 (+0000) Subject: lets see what gtk/osx displays for key bindings without us editing them X-Git-Tag: 3.0-beta2~268 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=97d74666e9e62f5d63765e236e02dbf8d145eee4;p=ardour.git lets see what gtk/osx displays for key bindings without us editing them git-svn-id: svn://localhost/ardour2/branches/3.0@10894 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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);