From 0caaec69305d60f3e5ada8f1354f1dcebd226d2e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 31 Jul 2009 20:33:58 +0000 Subject: include mouse bindings even in merged cheat sheets git-svn-id: svn://localhost/ardour2/branches/3.0@5448 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/fmt-bindings | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/fmt-bindings') diff --git a/tools/fmt-bindings b/tools/fmt-bindings index be1b23bf52..148ca20955 100755 --- a/tools/fmt-bindings +++ b/tools/fmt-bindings @@ -182,8 +182,12 @@ while (<>) { if ($merge_bindings{$lookup}) { $binding = $merge_bindings{$lookup}; } else { - # this action is not defined in the merge from set, so forget it - next; + if ($key =~ /^\+/) { + # forced inclusion of bindings from template + } else { + # this action is not defined in the merge from set, so forget it + next; + } } } -- cgit v1.2.3