Hello
I'm trying to remap some keys:
In math mode:
1. acute (') ==> (cursor-right)
2. � ==> (cursor-left)
3. grave (`) ==> (make-script #t #t)
In text mode:
Caps Lock ==> Insert formula (like $)
In math mode:
Caps Lock ==> (go-end-with "mode" "math")
The only one I got right: (1); in ~/.TeXmacs/progs/my-init-texmacs.scm:
(kbd-map in-math?
("�" (cursor-left)))
But the others are beyond my texmacs skills :(
Thanks in advance.
Juan Pablo
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev