Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Am 13.08.2015 um 16:03 schrieb Richard Heck: > On 08/13/2015 05:35 AM, David wrote: >> Dear list, >> >> I would like to bring up the following topic again in the hope that >> someone has an answer. > > PS You can also change the delay time under Tools> Preferences> Editing> > Input Completion. >

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread Richard Heck
On 08/13/2015 05:35 AM, David wrote: Dear list, I would like to bring up the following topic again in the hope that someone has an answer. PS You can also change the delay time under Tools> Preferences> Editing> Input Completion. Richard

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread Richard Heck
On 08/13/2015 05:35 AM, David wrote: Dear list, I would like to bring up the following topic again in the hope that someone has an answer. There isn't one set, but you can set one yourself. Go to Tools> Preferences> Editing> Shortcuts, enter "completion" in the search field, select "completi

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Dear list, I would like to bring up the following topic again in the hope that someone has an answer. Am 30.07.2015 um 13:51 schrieb David Rörich: > > 2) I work on a document with many math macros having long names, several > of them beginning with the same string. When entering an ambiguous >

Re: Keyboard macros: disabled commands and autocomplete

2015-07-30 Thread David
Am 31.07.2015 um 20:03 schrieb aparsloe: > A hackish way is to insert and then delete a space character, to 'dirty' > the document, which should enable the buffer-write: > > command-sequence space-insert normal; char-delete-backward; > buffer-write; master-buffer-update; > > but I suspect "buff

Re: Keyboard macros: disabled commands and autocomplete

2015-07-30 Thread aparsloe
On 30/07/2015 4:51 a.m., David Rörich wrote: I have two questions concerning keyboard macros / commands: 1) I'd like to bind a shortkey to the following command sequence: command-sequence buffer-write; master-buffer-update; i.e. save the current document, then update the preview of the master

Keyboard macros: disabled commands and autocomplete

2015-07-30 Thread David Rörich
I have two questions concerning keyboard macros / commands: 1) I'd like to bind a shortkey to the following command sequence: command-sequence buffer-write; master-buffer-update; i.e. save the current document, then update the preview of the master document. In principle, this works. However, if