diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-03-24 14:56:58 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-05-04 11:19:46 +0200 |
commit | 7b7d280912f90149ba5512c13b9132cf524974e4 (patch) | |
tree | 2a3c35281b9e424a7381488a47d0e506ae50d267 /cui | |
parent | 1cf47d932580a58a7855fe29ac39d17cdd79ae01 (diff) |
tdf#141202 Set "Ctrl+Alt+=" as the default shortcut to insert Math objects
Change-Id: I8a0dcfcac1f7e6d5d5efdec8091dadf3b3c098c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112962
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index a8e780a6b008..8070e0716faf 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -502,6 +502,7 @@ const sal_uInt16 KEYCODE_ARRAY[] = { KEY_F1, KEY_MOD1 | KEY_MOD2 | KEY_POINT, KEY_MOD1 | KEY_MOD2 | KEY_COMMA, KEY_MOD1 | KEY_MOD2 | KEY_TILDE, + KEY_MOD1 | KEY_MOD2 | KEY_EQUAL, KEY_MOD1 | KEY_MOD2 | KEY_F1, KEY_MOD1 | KEY_MOD2 | KEY_F2, |