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

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

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


From: poppyer
Subject: Re: M-<, M->, M-% ...
Date: Wed, 26 Mar 2008 06:08:07 +0000
User-agent: Emacs Gnus

Xavier Maillard <xma@gnu.org> writes:

> Hi,
>
> 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.

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

2) sudo loadkeys mykeymap

cheers,
poppyer

>
> Regards
>
>       Xavier

-- 


reply via email to

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