Re: [LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-24 Thread Jean-Marc Lasgouttes
Le 24/07/2022 à 19:52, Kornel Benko a écrit : /usr2/src/lyx/lyx-git/src/KeyMap.cpp: In member function ‘lyx::KeyMap::ReturnValues lyx::KeyMap::readWithoutConv(const lyx::support::FileName&, lyx::KeyMap*)’: /usr2/src/lyx/lyx-git/src/KeyMap.cpp:337:16: error: ‘FunRequest’ has not been declared if

Re: [LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-24 Thread Kornel Benko
Am Sun, 24 Jul 2022 19:36:43 +0200 schrieb Jean-Marc Lasgouttes : > > Le 24/07/2022 à 19:35, Jean-Marc Lasgouttes a écrit : > > Le 24/07/2022 à 13:00, Kornel Benko a écrit : > >> Use this in user.bind > >> \unbind "Tab" "message *" > >> (for the proposed '\unbind "Tab" "*"' is more to do) > >

Re: [LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-24 Thread Jean-Marc Lasgouttes
Le 24/07/2022 à 19:35, Jean-Marc Lasgouttes a écrit : Le 24/07/2022 à 13:00, Kornel Benko a écrit : Use this in user.bind \unbind "Tab" "message *" (for the proposed '\unbind "Tab" "*"' is more to do) This seems to work. But the shortcut-dialog still shows the original setting. With this

Re: [LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-24 Thread Jean-Marc Lasgouttes
Le 24/07/2022 à 13:00, Kornel Benko a écrit : Use this in user.bind \unbind "Tab" "message *" (for the proposed '\unbind "Tab" "*"' is more to do) This seems to work. But the shortcut-dialog still shows the original setting. With this patch, your can unbind "*" directly. This seems cle

Re: [LyX/master] Do not override (Back)Tab in Adv F&R when it is useful

2022-07-24 Thread Kornel Benko
Am Tue, 19 Jul 2022 12:35:46 +0200 schrieb Kornel Benko : > Am Tue, 19 Jul 2022 12:20:59 +0200 > schrieb Jean-Marc Lasgouttes : > > > Le 19/07/2022 à 11:11, Kornel Benko a écrit : > > > The only drawback I see is when there are more than one binding to a key. > > > > > > > Ahh. Good point. >