Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #412278

Re: Logitech 3 button mouse

From owl <owl@rooftop.invalid>
Newsgroups comp.os.linux.advocacy
Subject Re: Logitech 3 button mouse
Date 2017-05-01 01:01 +0000
Organization O.W.L.
Message-ID <zv8400a.3y@rooftop.invalid> (permalink)
References (9 earlier) <oe56io11sci@news6.newsguy.com> <zvcoz3.a8@rooftop.invalid> <oe57ur01t6g@news6.newsguy.com> <zcvi3la.uu@rooftop.invalid> <oe5nhu014ra@news7.newsguy.com>

Show all headers | View raw


F. Russell <fr@random.info> wrote:
> On Sun, 30 Apr 2017 19:55:26 +0000, owl wrote:
> 
>> 
>> Map F3 to  mouse button 1:
>> 
>> xmodmap -e "keycode 69 = Pointer_Button1"
>> 
> 
> You would pick F3, which is a key I frequently use for
> other purposes.
> 
> I'll just use F1.
> 

Map F5-F10 to shifted 5-10 for this stuff:
x*y^(1/5)+a*(b+y)+c%d

anon@lowtide:~$ cat mathmap
#!/bin/bash
xmodmap -e 'keycode 71 = percent'
xmodmap -e 'keycode 72 = asciicircum'
xmodmap -e 'keycode 73 = ampersand'
xmodmap -e 'keycode 74 = asterisk'
xmodmap -e 'keycode 75 = parenleft'
xmodmap -e 'keycode 76 = parenright'
anon@lowtide:~$ 

Return to normal:

anon@lowtide:~$ cat mathunmap
#!/bin/bash
setxkbmap -layout us
anon@lowtide:~$ 

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-28 23:21 -0500
  Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 14:05 +0000
    Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 09:22 -0500
      Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 14:49 +0000
        Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 10:13 -0500
          Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 15:43 +0000
            Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 10:57 -0500
        Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 10:18 -0500
    Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-29 11:14 -0400
      Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 10:39 -0500
        Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-29 10:55 -0700
        Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-29 15:06 -0400
          Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 14:28 -0500
            Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 20:04 +0000
      Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 15:55 +0000
        Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 11:04 -0500
          Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 17:03 +0000
            Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 12:08 -0500
              Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 17:45 +0000
            Re: Logitech 3 button mouse RonB <ronb02NOSPAM@gmail.com> - 2017-04-29 21:50 +0000
          Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-29 10:53 -0700
        Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-29 15:17 -0400
  Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 20:10 +0000
    Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 20:34 +0000
      Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 20:45 +0000
        Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 21:01 +0000
          Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 22:09 +0000
            Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 23:16 +0000
              Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 23:47 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 18:53 -0500
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 23:58 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 19:03 -0500
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 01:20 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 20:35 -0500
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 02:08 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 21:22 -0500
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 03:53 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-30 00:09 -0500
                Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-30 08:08 -0400
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 17:02 +0000
                Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-30 12:08 -0500
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 12:02 -0700
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 12:03 -0700
                Re: Logitech 3 button mouse Glenn Harrison <glannharrison0@gmail.com> - 2017-05-01 16:29 +0000
                Re: Logitech 3 button mouse fr314159@gmail.com - 2017-05-01 10:31 -0700
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-05-01 12:00 -0700
                Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-05-02 05:45 -0400
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-05-02 10:16 -0700
                Re: Logitech 3 button mouse Glenn Harrison <glannharrison0@gmail.com> - 2017-05-02 19:03 +0000
                Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-05-02 18:21 -0400
                Re: Logitech 3 button mouse Glenn Harrison <glannharrison0@gmail.com> - 2017-05-02 23:51 +0000
                Re: Logitech 3 button mouse Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-05-03 08:49 +0200
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-29 22:21 -0700
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-29 18:42 -0700
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-29 17:10 -0700
              Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-30 14:35 +0000
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 15:31 +0000
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 16:25 +0000
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 09:48 -0700
                Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-30 17:23 +0000
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 17:32 +0000
                Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-30 17:47 +0000
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 17:58 +0000
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 11:57 -0700
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 11:52 -0700
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-30 19:55 +0000
                Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-30 22:13 +0000
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 15:18 -0700
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-05-01 01:01 +0000
                Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-05-01 10:31 +0000
                Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-05-01 13:52 +0000
                Re: Logitech 3 button mouse Snit <usenet@gallopinginsanity.com> - 2017-04-30 09:51 -0700
          Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-30 07:40 -0400
            Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-30 14:38 +0000
              Re: Logitech 3 button mouse Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-04-30 18:38 +0200
                Re: Logitech 3 button mouse Steve Carroll <fretwizzer@gmail.com> - 2017-04-30 09:53 -0700
                Re: Logitech 3 button mouse Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-30 13:58 -0400
                Re: Logitech 3 button mouse chrisv <chrisv@nospam.invalid> - 2017-05-01 13:16 -0500
                Re: Logitech 3 button mouse chrisv <chrisv@nospam.invalid> - 2017-05-01 13:23 -0500
              Re: Logitech 3 button mouse DFS <nospam@dfs.com> - 2017-05-01 18:14 -0400
    Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 15:40 -0500
      Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 21:48 +0000
      Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 22:25 +0000
        Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 17:48 -0500
          Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 23:22 +0000
            Re: Logitech 3 button mouse Marek Novotny <marek.novotny@marspolar.com> - 2017-04-29 18:32 -0500
            Re: Logitech 3 button mouse "F. Russell" <fr@random.info> - 2017-04-29 23:51 +0000
              Re: Logitech 3 button mouse owl <owl@rooftop.invalid> - 2017-04-29 23:55 +0000

csiph-web