[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - vcl/osx
Julien Nabet
serval2412 at yahoo.fr
Tue Aug 12 06:27:58 PDT 2014
vcl/osx/salframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e401d50cf6c2ab09b7dd13165a179a94d86e9301
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Jul 28 23:14:40 2014 +0200
fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialog
There's still a problem of order of symbols between menu shortcut and the 2 shortcuts in Customize dialog
Change-Id: I7d8235130e8ddb8aa510a20cf803fbe81038b023
Reviewed-on: https://gerrit.libreoffice.org/10600
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit 76e46a52706711c11f1f62373d0db5262dd2be2f)
Reviewed-on: https://gerrit.libreoffice.org/10881
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index c799407..d2422ca 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1060,7 +1060,7 @@ OUString AquaSalFrame::GetKeyName( sal_uInt16 nKeyCode )
// we do not really handle Alt (see below)
// we map it to MOD3, whichis actually Command
if( (nKeyCode & (KEY_MOD2|KEY_MOD3)) != 0 )
- aResult.append( sal_Unicode( 0x2303 ) );
+ aResult.append( sal_Unicode( 0x2325 ) );
aResult.append( it->second );
}
More information about the Libreoffice-commits
mailing list