mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove OS X specific code for key editor binding displays
git-svn-id: svn://localhost/ardour2/branches/3.0@10895 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
97d74666e9
commit
678c41d05f
1 changed files with 0 additions and 17 deletions
|
|
@ -283,24 +283,7 @@ KeyEditor::populate ()
|
|||
if (*k == ActionManager::unbound_string) {
|
||||
row[columns.binding] = string();
|
||||
} else {
|
||||
|
||||
#ifdef GTKOSX
|
||||
string label = (*k);
|
||||
|
||||
/* Gtk/Quartz maps:
|
||||
NSAlternate/NSOption key to Mod1
|
||||
NSCommand key to Mod2
|
||||
*/
|
||||
|
||||
// replace_all (label, "<Primary>", _("Command-"));
|
||||
// replace_all (label, "<Alt>", _("Option-"));
|
||||
// replace_all (label, "<Shift>", _("Shift-"));
|
||||
// replace_all (label, "<Control>", _("Control-"));
|
||||
|
||||
row[columns.binding] = label;
|
||||
#else
|
||||
row[columns.binding] = (*k);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue