mailing-list for TeXmacs Users

Text archives Help


Re: about shortcuts


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: about shortcuts
  • Date: Mon, 30 Aug 2021 08:17:13 +0000


Am 30.08.2021 um 10:00 schrieb Giovanni Piredda:

I figured it out by browsing the source files:

(kbd-map (:mode in-math?) ("v v" (begin (make-hybrid) (insert "vect") (kbd-return) )))



I just saw in math-kbd.scm that

(make-wide "<vect>")

is the synthetic way to generate the box with the vector symbol above (one does not have to replicate the "LaTeX" command with Scheme code like I did above with make-hybrid).

By default is is assigned to "math V" (line 181 in the math-kbd.scm currently on GitHub). I did not yet figure out where the syntax "math V" is defined. In my current keyboard (Windows italian) it corresponds to alt-shift-




Archive powered by MHonArc 2.6.19.

Top of page