https://bugs.documentfoundation.org/show_bug.cgi?id=129028

Jim Raykowski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyBeginner,
                   |                            |skillCpp

--- Comment #2 from Jim Raykowski <[email protected]> ---
Code pointer: overide Window::EventNotify in SfxInfoBarWindow to handle key
input of interest.

Places to look how a key input event filter can be done for SfxInfoBarWindow. 

sfx2/source/sidebar/SidebarDockingWindow.cxx
SidebarDockingWindow::EventNotify

sfx2/source/control/charmapcontrol.cxx
SfxCharmapCtrl::EventNotify

Key input that should be passed to the parent Window::EventNotify for handling
are tab, space, and enter. The rest should be consumed by the
SfxInfoBarWindow::EventNotify.

SfxInfoBarWindow class definition and member function code 
include/sfx2/infobar.hxx 
sfx2/source/dialog/infobar.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to