vcl/source/app/svapp.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit bced98442d5e9c4b55ec6d4e5da3d549f8141359
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Apr 23 09:20:22 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Apr 23 10:56:12 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 <r...@openoffice.org>
        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 <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 6f3cab0c90ed..72f6afcb3b01 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -104,7 +104,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)          ,

Reply via email to