>>>>> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> On Tuesday 12 December 2006 2:29 pm, Jean-Marc Lasgouttes wrote:
>> I did that. I think I should apply it without waiting for
>> Bennett's testing, since it is rather straightforward. Qt/Mac is
>> the only instance of having unicode characters AFAIK (the command
>> and control characters) so it should not make a difference for
>> others. And it removes a hack from QLyXKeySym (the qstring method).
José> Go ahead.
I did that. Log is below.
JMarc
Convert shortcut strings to unicode (required by Qt/Mac); restore
shortcuts in menus on the Mac.
* src/frontends/qt4/QLPopupMenu.C (addBinding): remove special
OS X code (and hopefully restore shortcuts for LyX/Mac).
* src/lyxfunc.C (processKeySym, dispatch, sendDispatchMessage,
viewStatusMessage): adapt to changes below.
* src/MenuBackend.C (binding): adapt to changes below.
* src/kbmap.C (printKey, print, printbindings): return a
docstring; adapt to kbsequence changes.
* src/kbsequence.C (print, printOptions): return a docstring.
* src/frontends/LyXKeySym.h (print): return a docstring.
* src/frontends/qt4/QLyXKeySym.C (print): return a docstring.
(qprint): remove.