summaryrefslogtreecommitdiff
path: root/patches/dev300/vcl-permit-global-shortcuts.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/vcl-permit-global-shortcuts.diff')
-rw-r--r--patches/dev300/vcl-permit-global-shortcuts.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/dev300/vcl-permit-global-shortcuts.diff b/patches/dev300/vcl-permit-global-shortcuts.diff
deleted file mode 100644
index f9708732c..000000000
--- a/patches/dev300/vcl-permit-global-shortcuts.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-# disabled for now because of sideeffects (see comments in i#105676), would need investigation before upstreaming
----
- vcl/source/window/dlgctrl.cxx | 4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git vcl/source/window/dlgctrl.cxx vcl/source/window/dlgctrl.cxx
-index 306a5ea..ce7808a 100644
---- vcl/source/window/dlgctrl.cxx
-+++ vcl/source/window/dlgctrl.cxx
-@@ -845,7 +845,9 @@ BOOL Window::ImplDlgCtrl( const KeyEvent& rKEvt, BOOL bKeyInput )
- pWindow = pWindow->GetWindow( WINDOW_NEXT );
- }
- }
-- else
-+ else if ( !aKeyCode.IsMod1() ) // no ctrl pressed - those are
-+ // application-wide shortcuts
-+ // we want to let pass
- {
- xub_Unicode c = rKEvt.GetCharCode();
- if ( c )
---
-1.7.0.1
-