Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] Key bindings problem

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] Key bindings problem


Chronological Thread 
  • From: Gubinelli Massimiliano <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Key bindings problem
  • Date: Fri, 9 Mar 2012 00:16:59 +0100
  • Authentication-results: spamcheck-ng1.citic74.net; dkim=pass (2048-bit key) address@concealed; dkim-asp=none

Please go to the Tools menu and select "Debugging tools" and in the menu
"Debug" (near Tools) select "keyboard". You should now see in the output the
keys you type so that you can confirm that actually TeXmacs sees what you
type. Another possible problem can be that somebody redefines the bindings
after your initialization file has been processe. Maybe make a grep in the
scheme files to see if there are other instances of "A-pageup" or "A-pagedown"

my 2 c.

max

On Mar 8, 2012, at 5:09 PM, Lukasz Stafiniak wrote:

> Quick issue:
> Why
>
> (kbd-map
> ("A-r" (make 'new-page*))
> ("A-t" (make-new-page)))
>
> work for me, but
>
> (kbd-map
> ("A-pageup" (make 'new-page*))
> ("A-pagedown" (make-new-page)))
>
> don't? (Ubuntu, X11 version.)




Archive powered by MHonArc 2.6.19.

Top of Page