fix fmt-bindings' handling of > and < bindings

git-svn-id: svn://localhost/ardour2/branches/3.0@13587 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-02 01:45:31 +00:00
parent 9e18a5d70a
commit 2a0460b150

View File

@ -29,7 +29,7 @@ GetOptions ("platform=s" => \$platform,
"accelmap" => \$make_accelmap,
"merge=s" => \$merge_from);
if ($platform eq "darwin") {
if ($platform eq "osx") {
$gtk_modifier_map{'PRIMARY'} = 'Primary';
$gtk_modifier_map{'SECONDARY'} = 'Control';
@ -37,7 +37,7 @@ if ($platform eq "darwin") {
$gtk_modifier_map{'LEVEL4'} = 'Mod1';
$gtk_modifier_map{'WINDOW'} = 'Control';
$cs_modifier_map{'PRIMARY'} = 'Command';
$cs_modifier_map{'PRIMARY'} = 'Cmd';
$cs_modifier_map{'SECONDARY'} = 'Control';
$cs_modifier_map{'TERTIARY'} = 'Shift';
$cs_modifier_map{'LEVEL4'} = 'Mod1';
@ -101,6 +101,8 @@ if ($platform eq "darwin") {
'Page_Up' => 'Page Up',
'space' => 'space',
'KP_' => 'KP$\_$',
'greater' => '>',
'less' => '<',
);
if ($merge_from) {