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

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

Re: Rebinding arrow keys in emacs-w3m


From: Robert D. Crawford
Subject: Re: Rebinding arrow keys in emacs-w3m
Date: Sat, 07 Oct 2006 21:57:50 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

"marijuanated@gmail.com" <marijuanated@gmail.com> writes:

> Is it possibile to rebind the arrow keys to next line in emacs w3m?

Since I cannot answer part 2, as I am not familiar with the Axel
downloader, I decided to see if anyone else replied.  Since they did
not, here is the code to define the arrow keys.  If you decide to
redefine the right and left arrows, replace the emacspeak commands with
whatever you decide to use.

(define-key w3m-mode-map [down] 'next-line)
(define-key w3m-mode-map [up] 'previous-line)
(define-key w3m-mode-map [right] 'emacspeak-forward-char)
(define-key w3m-mode-map [left] 'emacspeak-backward-char)

rdc
-- 
Robert D. Crawford                                      rdc1x@comcast.net

Hodie natus est radici frater.

[ Unto the root is born a brother ]


reply via email to

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