https://bugs.freedesktop.org/show_bug.cgi?id=64337

Jorendc <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Jorendc <[email protected]> ---
Thanks to Kendy for the code pointers:

The magic of the StartCenter happens in
core/sfx2/source/dialog/backingwindow.cxx and
core/sfx2/source/dialog/backingcomp.cxx

BackingWindow::Notify( NotifyEvent& rNEvt ) is the function that handles the
key input.

The findbar (which isn't populated though) opens when pressing ctrl+f, so we
might want to check in the Notify function the command is not the one
corresponding to call the findbar (vnd.sun.star.findbar:FocusToFindbar). To
determine what command is called with a key-input (it can be customized, so the
call of that findbar might be linked with ctrl+i or so :) ) you can use
AcceleratorExecute::findCommand() in acceleratorexecute.cxx.

I hope that helped.

Kind regards,
Joren

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

Reply via email to