vcl/source/app/svapp.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 6b9cd13f502363c1784cdcb4538b6409a3a14c83
Author: Noel Grandin <[email protected]>
AuthorDate: Tue Apr 23 09:20:22 2024 +0200
Commit: Adolfo Jayme Barrientos <[email protected]>
CommitDate: Tue Apr 23 20:19:28 2024 +0200
tdf#160469 Ctrl+Alt+F4 is marked reserved, but doesn't do anything
this used to be SV_SHORTCUT_DOCKUNDOCK, which was introduced in
commit b342b183aaea042ef0e6e1c75304072cb4e1375a
Author: Rüdiger Timm <[email protected]>
Date: Tue Jul 24 09:03:18 2007 +0000
INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED
I assume this was a solaris or something similar system hotkey, so
remove it as no longer being relevant.
Certainly nothing inside the vcl code is handling it specially.
Change-Id: I80b9d293e7db42e1ff523319862d44b93d3231c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166502
Reviewed-by: Noel Grandin <[email protected]>
Tested-by: Jenkins
(cherry picked from commit bced98442d5e9c4b55ec6d4e5da3d549f8141359)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166513
Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index e1e12dbc3e8a..71b884423af3 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -103,7 +103,6 @@ vcl::KeyCode const ReservedKeys[]
vcl::KeyCode(KEY_F2,KEY_SHIFT) ,
vcl::KeyCode(KEY_F4,KEY_MOD1) ,
vcl::KeyCode(KEY_F4,KEY_MOD2) ,
- vcl::KeyCode(KEY_F4,KEY_MOD1|KEY_MOD2) ,
vcl::KeyCode(KEY_F6,0) ,
vcl::KeyCode(KEY_F6,KEY_MOD1) ,
vcl::KeyCode(KEY_F6,KEY_SHIFT) ,