summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {