summaryrefslogtreecommitdiff
path: root/testautomation/graphics/required/includes
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-04-27 16:29:07 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-04-27 16:29:07 +0200
commit035eefbb6ae7f91f8267ea8a0eb000e7ce9d8e8f (patch)
tree3d6872667d45749cd5ae163db1e1749512bd3378 /testautomation/graphics/required/includes
parent37e976de5bfc1f7bb22983982f0670a0600e2aa7 (diff)
#i111168# MacOS X: F11 -> MOD1 T
Diffstat (limited to 'testautomation/graphics/required/includes')
-rwxr-xr-x[-rw-r--r--]testautomation/graphics/required/includes/global/id_005.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/testautomation/graphics/required/includes/global/id_005.inc b/testautomation/graphics/required/includes/global/id_005.inc
index 8b19fd601948..23d311d27cac 100644..100755
--- a/testautomation/graphics/required/includes/global/id_005.inc
+++ b/testautomation/graphics/required/includes/global/id_005.inc
@@ -923,7 +923,11 @@ testcase tiFormatStylesAndFormatting
ErrorLog "There was no Stylist open, should be."
else
printlog "Close Stylist"
- hTypekeys "<F11>"
+ if lcase(gPlatform) = "osx" then
+ hTypekeys "<mod1 t>"
+ else
+ hTypekeys "<F11>"
+ endif
Kontext "Stylist"
if (Stylist.Exists) then
ErrorLog "The Stylist should be closed now."