mailing-list for TeXmacs Users

Text archives Help


Re: customization of natives shorcuts


Chronological Thread 
  • From: vincent douce <address@hidden>
  • To: texmacs-users <address@hidden>
  • Subject: Re: customization of natives shorcuts
  • Date: Sun, 8 Aug 2021 20:00:14 +0200

hi Giovanni

You have to substitute the following
(define (export-to-proposed-pdf)
  (wrapped-print-to-file (propose-pdf-name)))
for the function (export-to-proposed-pdf) defined in the snippet you took from the linked post.
perfect


- remapping all the existing shortcuts
Please experiment[…]
my tryes following your answer led me to the fact that
for the moment i am finding exactly what i wanted in the file :
/Applications/TeXmacs.app/Contents/Resources/share/TeXmacs/progs/math/math-kbd.scm
and i am remapping exactly what is useful for me
i leave and restart TeXmacs regularly to see if it is ok
and i am making copys of this file in case
then i will look at your link :
If you look at the kbd-map forms in progs/generic/generic-kbd.scm you could get some inspiration. Also here is a list of places where keyboard shortcuts are defined in TeXmacs: http://forum.texmacs.cn/t/quick-way-to-check-keyboard-shortcuts/87/3, maybe there should be an easier way to get all of the existing shortcuts (rather than through a program to search text).

thanks,
Vincent


  • Re: customization of natives shorcuts, vincent douce, 08/08/2021

Archive powered by MHonArc 2.6.19.

Top of page