Announcement

Collapse
No announcement yet.

Right click not working anywhere after upgrade to Lucid

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Right click not working anywhere after upgrade to Lucid

    Hi.

    Just upgraded to Lucid and it seems I can't use right click at all. Not in firefox, on the desktop or anywhere else. Left and middle click work fine.

    Googling hasn't turned up any similar experiences...

    Any ideas?

    #2
    Re: Right click not working anywhere after upgrade to Lucid

    Strange

    I assume you have confirmed it's not a physical problem with the mouse itself and that it is properly connected?

    Take a look at kmenu/system settings/mouse and do the test. Does it recognise action with the right button?

    Comment


      #3
      Re: Right click not working anywhere after upgrade to Lucid

      Nope, nothing wrong with the mouse. It was working fine till I upgraded to Lucid.

      Went to the mouse section under system settings, but can't see any test there...

      Comment


        #4
        Re: Right click not working anywhere after upgrade to Lucid

        test program is called "xev" run it in a terminal, put the mouse pointer over the box and right click.you should get :

        Code:
        ButtonPress event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x4000002, time 280448208, (54,21), root:(1338,44),
          state 0x0, button 3, same_screen YES
        
        EnterNotify event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x0, time 280448208, (54,21), root:(1338,44),
          mode NotifyGrab, detail NotifyInferior, same_screen YES,
          focus YES, state 1024
        
        KeymapNotify event, serial 31, synthetic NO, window 0x0,
          keys: 90 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
              0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  ButtonPress event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x4000002, time 280448208, (54,21), root:(1338,44),
          state 0x0, button 3, same_screen YES
        
        EnterNotify event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x0, time 280448208, (54,21), root:(1338,44),
          mode NotifyGrab, detail NotifyInferior, same_screen YES,
          focus YES, state 1024
        
        KeymapNotify event, serial 31, synthetic NO, window 0x0,
          keys: 90 0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
              0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  
        
        ButtonRelease event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x4000002, time 280448352, (54,21), root:(1338,44),
          state 0x400, button 3, same_screen YES
        
        LeaveNotify event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x0, time 280448352, (54,21), root:(1338,44),
          mode NotifyUngrab, detail NotifyInferior, same_screen YES,
          focus YES, state 0
        
        ButtonRelease event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x4000002, time 280448352, (54,21), root:(1338,44),
          state 0x400, button 3, same_screen YES
        
        LeaveNotify event, serial 31, synthetic NO, window 0x4000001,
          root 0x15a, subw 0x0, time 280448352, (54,21), root:(1338,44),
          mode NotifyUngrab, detail NotifyInferior, same_screen YES,
          focus YES, state 0
        along with a bunch of other gobble-d-gook. close the box window to kill xev.

        next type "xmodmap -pp" and you should see:

        Code:
        There are 13 pointer buttons defined.
        
          Physical    Button
           Button     Code
            1       1
            2       2
            3       3
            4       4
            5       5
            6       6
            7       7
            8       8
            9       9
            10       10
            11       11
            12       12
            13       13
        Post back your results

        Please Read Me

        Comment

        Working...
        X