summaryrefslogtreecommitdiff
path: root/tools/fmt-bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-02 01:45:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-02 01:45:31 +0000
commit2a0460b150056a2431ada79244e26fd17958c6ab (patch)
tree075b23f90b2ab1b75868eb15535c71efc1d89268 /tools/fmt-bindings
parent9e18a5d70a5c09bd2a3c4d6706af35bbf7cb3568 (diff)
fix fmt-bindings' handling of > and < bindings
git-svn-id: svn://localhost/ardour2/branches/3.0@13587 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/fmt-bindings')
-rwxr-xr-xtools/fmt-bindings6
1 files changed, 4 insertions, 2 deletions
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) {