mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] hotkey for footnote


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] hotkey for footnote
  • Date: Mon, 26 Oct 2009 12:28:39 +0100

On Sun, Oct 25, 2009 at 06:42:16PM +0100, "Papa , ou était tu le jour où ils
ont supprimé la liberté d'expression sur Internet ? " wrote:
> Hi,
> I use Texmacs for writing my school work, and in law study , we must insert
> a lot of footnote . I didn't find any hotkey for insert footnote on Texmacs
> , it s really tiring to click everytime on the Texmacs menu .
>
> Does anyone know how to add one hotkey to this function ?

Just create a personal initialization file
~/.TeXmacs/progs/my-init-texmacs.scm
with the following line:

(kbd-map ("M-f" (make 'footnote)))

This will bind "escape f" to the creation of a footnote.

Best wishes, --Joris



Archive powered by MHonArc 2.6.19.

Top of page