summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-12 21:42:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-12 21:42:25 +0000
commit7d351e7e486717d7d0cc2a4f338676faa8c35f5e (patch)
treebf5a19ba6d937aadc4579c6f187fe921a3d83d07 /tools
parent24593ea7308346f54a8d51a367e20fc880432671 (diff)
per-kbd-layout keybindings selection; initial pass at link-region-and-track-selection
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2779 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 346050031c..19ff79fef7 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -66,6 +66,10 @@ mkdir -p $Etc
env=""
if test x$SAE != x ; then
env="$env<key>ARDOUR_SAE</key><string>true</string>"
+ #
+ # current default for SAE version is German keyboard layout
+ #
+ env="$env<key>ARDOUR_KEYBOARD_LAYOUT</key><string>de</string>"
fi
if test x$WITH_JACK != x ; then
@@ -158,7 +162,8 @@ echo
echo "Copying other stuff to Ardour2.app ..."
cp ../../gtk2_ardour/ardour.bindings $Resources
-cp ../../gtk2_ardour/ardour-sae.bindings $Resources
+cp ../../gtk2_ardour/ardour-sae-ansi.bindings $Resources
+cp ../../gtk2_ardour/ardour-sae-de.bindings $Resources
cp ../../gtk2_ardour/ardour.menus $Resources
cp ../../gtk2_ardour/ardour-sae.menus $Resources
cp ../../ardour_system.rc $Resources