public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
From: David Strobach <lalochcz@gmail.com>
To: linux-input@vger.kernel.org
Subject: Re: [PATCH] HID: hid-kensington: add alternative button mapping
Date: Fri, 20 Oct 2017 15:15:05 +0200	[thread overview]
Message-ID: <7902363.ov3IumQSfm@str> (raw)
In-Reply-To: <2082258.qPnAmo2zZ4@str>

On 20/10/2017 14:41:33 CEST David Strobach wrote:
> The current mapping of the proprietary Kensington Slimblade buttons
> is as follows:
>  +---+---+
> 
>  | 2 | 8 |
> 
>  +---X---+
> 
>  | 1 | 3 |
> 
>  +---+---+
> 
> This modification adds an alternative button mapping for users,
> who prefer to use middle mouse button emulation (buttons 1+3) in
> order to get one extra button at the top right. The alternative
> button mapping is:
>  +---+---+
> 
>  | 9 | 8 |
> 
>  +---X---+
> 
>  | 1 | 3 |
> 
>  +---+---+

Ouch, it's actually
  +---+---+
  | 8 | 9 |
  +---X---+
  | 1 | 3 |
  +---+---+

Cheers
David


      reply	other threads:[~2017-10-20 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 12:41 [PATCH] HID: hid-kensington: add alternative button mapping David Strobach
2017-10-20 13:15 ` David Strobach [this message]

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

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

  git send-email \
    --in-reply-to=7902363.ov3IumQSfm@str \
    --to=lalochcz@gmail.com \
    --cc=linux-input@vger.kernel.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