Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-17 Thread Andre Poenitz
On Wed, Oct 17, 2007 at 01:42:24AM -0500, Bo Peng wrote: > On 10/17/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 17, 2007 at 01:04:39AM -0500, Bo Peng wrote: > > > > The implementation may be awkward, but all LFUNs are now listed > > > > correctly. Please test and comment. > > > > >

Re: [Cvslog] r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-17 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Bo Peng" <[EMAIL PROTECTED]> writes: > >> To avoid this problem, I think this should be replaced by >> >> \bind C-1 blah >> \bind C-S-1 blah > > I do not think it is a good idea to fix a problem in our code by > adding extra bindings. To be clea

Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-17 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: > To avoid this problem, I think this should be replaced by > > \bind C-1 blah > \bind C-S-1 blah I do not think it is a good idea to fix a problem in our code by adding extra bindings. JMarc

Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-16 Thread Bo Peng
On 10/17/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Wed, Oct 17, 2007 at 01:04:39AM -0500, Bo Peng wrote: > > > The implementation may be awkward, but all LFUNs are now listed > > > correctly. Please test and comment. > > > > BTW, I can only print out C-1 for bookmark-goto 1, whereas its > >

Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-16 Thread Andre Poenitz
On Wed, Oct 17, 2007 at 01:04:39AM -0500, Bo Peng wrote: > > The implementation may be awkward, but all LFUNs are now listed > > correctly. Please test and comment. > > BTW, I can only print out C-1 for bookmark-goto 1, whereas its > definition is C-~S-1 in cua.bind. What is this ~S? Can anyone he

Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-16 Thread Bo Peng
> The implementation may be awkward, but all LFUNs are now listed > correctly. Please test and comment. BTW, I can only print out C-1 for bookmark-goto 1, whereas its definition is C-~S-1 in cua.bind. What is this ~S? Can anyone help me output C-~S-1 in the dialog? Thanks. Bo

Re: r21001 - /lyx-devel/trunk/src/frontends/qt4/GuiPrefs.cpp

2007-10-16 Thread Bo Peng
On 10/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: bpeng > Date: Wed Oct 17 07:13:34 2007 > New Revision: 21001 > > URL: http://www.lyx.org/trac/changeset/21001 > Log: > PrefShortcuts: iteratively add all LFUN to different categories > > Modified: > lyx-devel/trunk/src/frontend