mailing-list for TeXmacs Users

Text archives Help


Re: about shortcuts


Chronological Thread 
  • 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.

fantastic !
thanks a lot
now i can experience which shortcuts are the best for me, with my needs of typesetting most quickly
for example i am going to experience, next weeks during my skype teachs, the "double letter" shortcuts that i have now implemented in my init-texmacs :
f f -> fraction
r r -> square root
d d -> derivate in Newton's style
d d tab -> second derivate…
etc...

and alsi the other shortcuts i have still experienced (very very helpfuls) :
= tab -> <=>
& -> directly intersection symbol
then i will make a back for you

(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) )))

interesting


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?

curious indeed

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.

ok autant for me i haveunderstood

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.

you can - it could help - it gives the current shortcuts
if you do so i may put off my cuple of personal shortcut so to present a vincent-style panorama of current shortcuts
but now i am going to work on my new shortcuts and i will provide, so, a new document

Vincent



Archive powered by MHonArc 2.6.19.

Top of page