mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] shorcuts


Chronological Thread 
  • From: Vincent Douce Mathoscope <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] shorcuts
  • Date: Tue, 28 Nov 2017 08:27:19 +0100

hi
sorry to post this message again, has anyone an idea for that ?

De: Vincent Douce Mathoscope <address@hidden>
Objet: Rép : [TeXmacs] shorcuts
Date: 25 octobre 2017 19:19:35 UTC+2

- some latex shortcuts i try to fix do not work
- i can not shortcut any menu item
i tried to write this in ~/.TeXmacs/progs/my-init-texmacs.scm :

(kbd-map  
  ("A-q" (make 'dfrac));;does not work
  ("A-Q" (make 'dfrac));;does not work
  ("C-u" (make 'dfrac))
  ("C-i" (make 'dfrac))
  ("A-f" (make 'dfrac)));;does not work
(kbd-map
  (:profile macos)
("macos S-l" (Export Html...)));;does not work

thanks...

i would gain so much time if a single shortcut could in the same time : save the documen, export it in html format with the same name at the same location with replacing existing html if necessary, and export it in pdf the same way...

Vincent



Archive powered by MHonArc 2.6.19.

Top of page