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

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

Bind right shift and TAB won't work


From: Emanuel Berg
Subject: Bind right shift and TAB won't work
Date: Sat, 11 May 2013 23:48:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

In w3m, I'd like to iterate anchors backwards with (right) shift and
TAB. I tried both below approaches but behaviour suggests that Emacs
doesn't sense the shift (or ignores it) when combined with TAB. C-h k
also displays the documentation for plain TAB.

(local-set-key (kbd "S-TAB")     'w3m-previous-anchor)
(local-set-key (kbd "<backtab>") 'w3m-previous-anchor)

PS. Does this group have a FAQ? DS.
-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

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