From 2a0460b150056a2431ada79244e26fd17958c6ab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 2 Dec 2012 01:45:31 +0000 Subject: fix fmt-bindings' handling of > and < bindings git-svn-id: svn://localhost/ardour2/branches/3.0@13587 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/fmt-bindings | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/fmt-bindings') diff --git a/tools/fmt-bindings b/tools/fmt-bindings index c6b71e4e37..246e451aa6 100755 --- a/tools/fmt-bindings +++ b/tools/fmt-bindings @@ -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) { -- cgit v1.2.3