help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: M-<, M->, M-% ...


From: Xavier Maillard
Subject: Re: M-<, M->, M-% ...
Date: Thu, 27 Mar 2008 02:00:18 +0100
User-agent: Rmail in GNU Emacs 23.0.60.3 on GNU/Linux

   > What is the best way to invoke the above mentionned keys in the
   > linux console (I really mean the console, not a xterm) ?

   I managed to get M-< and M-> works, but M-arrow keys still not working.

Very intelligent. Why can't you have M-right and friends working
with this method ?

   1). make a mykeymap plain txt file:

   --8<---------------cut here---------------start------------->8---
   alt shift keycode 51 = Meta_less
   alt shift keycode 52 = Meta_greater
   alt keycode 103 = F98
   alt keycode 108 = F99
   string F98 = "\033\033[A" # Meta_up
   string F99 = "\033\033[B" # Meta_down
   --8<---------------cut here---------------end--------------->8---

Really good. How did you find the keys to modify ?

Regrds

        Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




reply via email to

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