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

--- Comment #5 from V Stuart Foote <[email protected]> ---
(In reply to Yousuf (Jay) Philips from comment #4)
> (In reply to V Stuart Foote from comment #3)
> > Nope they are not. Some mix of the vcl defined (keycod.cxx) and reserved
> > (svapp.cxx) short-cuts do not function correctly inside the modules, nor the
> > StartCenter and especially troublesome not from the main menu. 
> > 
> > For example:
> > 
> > bug 92516 - Q_MOD1, (and the X_MOD2 accelerator)
> > bug 92866 - Q_MOD1
> > bug 97511 - Q_MOD1
> > bug 95410 - S_MOD1
> 
> None of those are reserved keys in LibreOffice, those are assigned keys. I
> can go into the keyboard customization dialog and change Ctrl + Q or Ctrl +
> S.

Right, but the function of those core vcl assignments including handling the
reserved keys are what has become unreliable. It seems they are being
overridden by conflicting XCU assignments (l18n and "widget-du-jour") and as a
result we now have incorrectly functioning menus, dialogs, and actions in
modules throughout the UI.  

Believe that pretty much anywhere a short-cut key is not functioning correctly
it is either because the assignment in vcl has been ignored or that assignment
is no longer instrumented correctly to perform the intended action.

What I'm asking for is to get a better handle on why. And then as the OS
reserved actions are reworked and included to vcl, to make sure they get
handled correctly elsewhere.

-- 
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