Subject: mailing-list for TeXmacs Users
List archive
From : vincent douce <address@hidden>- To: texmacs-users <address@hidden>
- Subject: Re: about shortcuts
- Date: Mon, 30 Aug 2021 17:57:45 +0200
Try this:
(delayed (lazy-keyboard-force) (kbd-map
(:mode in-math?)
("< <" "<alpha>")
))and you can put all of your keyboard shortcuts inside the same "delayed" form.
(kbd-map (:mode in-math?) ("v v" (begin (make-hybrid) (insert "vect")) ))works fine except that i have to type enter i.e. v v enter : it would be fine if vv would directly put a box under a vector arrow...
I figured it out by browsing the source files:
(kbd-map (:mode in-math?) ("v v" (begin (make-hybrid) (insert "vect") (kbd-return) )))
by me ("'" "*") (to replace the key ` by *) does-nt work yet due maybe to the way mac's keyboard's key ` works ? i have to see
and as you, § is not accepted by TeXmacs when I press it either in math or text (where it should represent itself)
I do not know where to search for information about this. Does
anyone?
question "why the shortcut C-& does not have any effect"it works in equations that contain the equality symbol; if there is no equality symbol, it does not do anything :-)by me : never works, even if i am in a math equation say a=2
Is the equation you are in inline or displayed? It should work with displayed, and not do anything with inline. If it does not work with displayed, we can investigate more.
Finally for this message, I think that we could publish your nice document on shortcuts in the TeXmacs blog, I am available to help with that.
- about shortcuts, vincent douce, 08/28/2021
- Re: about shortcuts, Giovanni Piredda, 08/28/2021
- Re: about shortcuts, Giovanni Piredda, 08/28/2021
- Re: about shortcuts, vincent douce, 08/30/2021
- Re: about shortcuts, Giovanni Piredda, 08/30/2021
- Re: about shortcuts, Giovanni Piredda, 08/30/2021
- Re: about shortcuts, vincent douce, 08/30/2021
- Re: about shortcuts, Giovanni Piredda, 08/30/2021
- Re: about shortcuts, vincent douce, 08/30/2021
- Re: about shortcuts, Giovanni Piredda, 08/28/2021
- Re: about shortcuts, Giovanni Piredda, 08/28/2021
Archive powered by MHonArc 2.6.19.