unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Emanuel Berg'" <embe8573@student.uu.se>, <help-gnu-emacs@gnu.org>
Subject: RE: Bind right shift and TAB won't work
Date: Sat, 11 May 2013 15:43:18 -0700	[thread overview]
Message-ID: <7519F6B9D87B450AA1E9056F02760371@us.oracle.com> (raw)
In-Reply-To: <87k3n5dw7z.fsf@VLAN-3434.student.uu.se>

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

A FAQ?  No.  But it has an archive:
http://lists.gnu.org/archive/html/help-gnu-emacs/

Emacs has a FAQ:
http://www.gnu.org/software/emacs/emacs-faq.html

When you do `C-h k' and then hold the right Shift key and hit the Tab key, just
what does it say wrt the key sequence you used (forgetting about the binding for
now)?

Does it think that you hit only TAB?  If so, that is what your keyboard is
sending, I think.  Does the right Shift key work for you otherwise, i.e., in
general?

What happens when you do the same thing, but you use the left Shift key?

What happens if you try using `global-set-key', just to see?  Same problem?

AFAIK, there is no way to distinguish the left and right Shift keys, and either
should work fine with the code you tried.

You can also try (kbd "<S-tab>") and (kbd "<S-iso-lefttab>").  But it sounds
like your keyboard is not sending what's needed from the right Shift key.

Maybe someone else has an idea.




  reply	other threads:[~2013-05-11 22:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-11 21:48 Bind right shift and TAB won't work Emanuel Berg
2013-05-11 22:43 ` Drew Adams [this message]
     [not found] ` <mailman.25578.1368312212.855.help-gnu-emacs@gnu.org>
2013-05-12  7:15   ` Emanuel Berg
2013-05-12 14:57     ` Peter Dyballa
2013-05-12 15:37     ` Drew Adams
     [not found]     ` <mailman.25599.1368370687.855.help-gnu-emacs@gnu.org>
2013-05-12 20:56       ` Emanuel Berg
2013-05-13  8:23         ` Bob Proulx
     [not found]     ` <mailman.25602.1368373047.855.help-gnu-emacs@gnu.org>
2013-05-12 21:23       ` Emanuel Berg
2013-05-13  5:29         ` Drew Adams
     [not found]         ` <mailman.25622.1368422975.855.help-gnu-emacs@gnu.org>
2013-05-13 16:18           ` Emanuel Berg
2013-05-12  8:53 ` Peter Dyballa
     [not found] ` <mailman.25595.1368348824.855.help-gnu-emacs@gnu.org>
2013-05-12  9:27   ` Emanuel Berg
2013-05-12 15:05     ` Peter Dyballa
     [not found]     ` <mailman.25600.1368371123.855.help-gnu-emacs@gnu.org>
2013-05-12 21:08       ` Emanuel Berg
2013-05-13  8:33         ` Bob Proulx
2013-05-13 20:50           ` oitofelix
     [not found]           ` <mailman.25684.1368478466.855.help-gnu-emacs@gnu.org>
2013-05-13 23:36             ` Emanuel Berg
2013-05-13  9:05         ` Peter Dyballa
     [not found]         ` <mailman.25627.1368435961.855.help-gnu-emacs@gnu.org>
2013-05-13 14:25           ` Barry Margolin
2013-05-13 16:13             ` Emanuel Berg
2013-05-13 18:09               ` Bob Proulx
2013-05-14  0:53                 ` oitofelix
     [not found]                 ` <mailman.25694.1368499364.855.help-gnu-emacs@gnu.org>
2013-05-15 14:33                   ` Emanuel Berg
2013-05-13 16:38             ` Peter Dyballa
2013-05-13 16:06           ` Emanuel Berg
     [not found]         ` <mailman.25626.1368434033.855.help-gnu-emacs@gnu.org>
2013-05-13 15:59           ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7519F6B9D87B450AA1E9056F02760371@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).