use Primary not Meta for accel maps, having confirmed that it works

git-svn-id: svn://localhost/ardour2/branches/3.0@11514 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-02-23 22:39:03 +00:00
parent 66a287b2c2
commit 78b1139d35
2 changed files with 5 additions and 3 deletions

View File

@ -31,7 +31,7 @@ GetOptions ("platform=s" => \$platform,
if ($platform eq "darwin") {
$gtk_modifier_map{'PRIMARY'} = 'Meta';
$gtk_modifier_map{'PRIMARY'} = 'Primary';
$gtk_modifier_map{'SECONDARY'} = 'Control';
$gtk_modifier_map{'TERTIARY'} = 'Shift';
$gtk_modifier_map{'LEVEL4'} = 'Mod1';

View File

@ -296,9 +296,11 @@ cp $BUILD_ROOT/libs/panners/*/lib*.dylib $Panners
for f in *.preset ; do
echo ExportFormat: $f; cp "$f" ../tools/osx_packaging/$ExportFormats ;
done)
(cd $BUILD_ROOT/templates && \
(cd $BUILD_ROOT/../templates && \
for f in * ; do
echo Template: $f ; cp -r "$f" ../../tools/osx_packaging/$Templates ;
if [ -d "$f" ] ; then
echo Template: $f ; cp -r "$f" ../tools/osx_packaging/$Templates ;
fi
done)
# MIDI maps