texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] keyboard shortcuts


From: Juan Pablo Romero
Subject: [Texmacs-dev] keyboard shortcuts
Date: Tue, 29 Mar 2005 23:15:45 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]