mailing-list for TeXmacs Users

Text archives Help


Re: kbd-map


Chronological Thread 
  • From: pireddag <address@hidden>
  • To: address@hidden
  • Subject: Re: kbd-map
  • Date: Wed, 03 Jun 2020 15:45:43 +0200
  • Importance: normal
  • Savedfromemail: address@hidden

Hi Philippe, 
thanks much for the information and sorry for the late acknowledgement. 

Giovanni 

-------- Ursprüngliche Nachricht --------
Von: Philippe Joyez <address@hidden>
Datum: 26.05.20 09:02 (GMT+01:00)
An: address@hidden, address@hidden
Betreff: Re: kbd-map

Giovanni,

You can look at how kb-map is used inside files named *-kbd.scm  in
subdirectories of  $TEXMACS_PATH/progs

If you wish for instance to create a keyboard shortcut ctrl-m for inserting a
code* tag, you can add

(kbd-map ("C-m" (make 'code*)))

in your $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm

Best,
Philippe


  • Re: kbd-map, pireddag, 06/03/2020

Archive powered by MHonArc 2.6.19.

Top of page