Bugzilla – Attachment 154023 Details for
Bug 76096
Application window keybindings (key strokes) not executed in some contexts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make this work for this specific widget
0001-tdf-76096-dispatch-ctrl-w-etc-from-search-bar-as-if-.patch (text/plain), 1.11 KB, created by
Caolán McNamara
on 2019-09-08 16:22:16 UTC
(
hide
)
Description:
make this work for this specific widget
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2019-09-08 16:22:16 UTC
Size:
1.11 KB
patch
obsolete
>From d730279c291b51caa54986be869f5003c7e2d989 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com> >Date: Sun, 8 Sep 2019 17:14:52 +0100 >Subject: [PATCH] tdf#76096 dispatch ctrl+w etc from search bar as if from main > windows > >Change-Id: I3cd6de9f58ba51b861db6b28f081406b93409951 >--- > svx/source/tbxctrls/tbunosearchcontrollers.cxx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx >index 9499da1a99fa..da0ad0793947 100644 >--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx >+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx >@@ -284,7 +284,7 @@ bool FindTextFieldControl::PreNotify( NotifyEvent& rNEvt ) > { > auto awtKey = svt::AcceleratorExecute::st_VCLKey2AWTKey(pKeyEvent->GetKeyCode()); > const OUString aCommand(m_pAcc->findCommand(awtKey)); >- if (aCommand == ".uno:SearchDialog") >+ if (!aCommand.isEmpty()) > bRet = m_pAcc->execute(awtKey); > } > break; >-- >2.21.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 76096
: 154023