Page 109 of 128 FirstFirst ... 95999107108109110111119 ... LastLast
Results 1,081 to 1,090 of 1273

Thread: btnx: Send keyboard and mouse combination events with mouse buttons

  1. #1081
    Join Date
    Aug 2005
    Location
    USA
    Beans
    378
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    youre supposed to press the same button multiple times until the bar fills up. the mouse im having problems with is my logitech G7, yet btnx worked fine with my dads mx400

  2. #1082
    Join Date
    Jul 2006
    Location
    Chapel Hill, NC
    Beans
    61
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    Quote Originally Posted by Brando569 View Post
    youre supposed to press the same button multiple times until the bar fills up. the mouse im having problems with is my logitech G7, yet btnx worked fine with my dads mx400
    Did you install from SVN?

  3. #1083
    Join Date
    Aug 2005
    Location
    USA
    Beans
    378
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    no i downloaded the source from the authors website and compiled it, i have a slight idea that the problem may be caused by my custom kernel, ill try the stock one and see if the same thing happens.

  4. #1084
    Join Date
    Jul 2006
    Location
    Chapel Hill, NC
    Beans
    61
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    I've been messing around with BTNX so long, that I think I need to completely remove it to start over with these instructions.

    How do I remove every trace of btnx on my system?

    Edit: I've removed it completely, but am still looking for a solution for my MX Revolution
    Last edited by Pierre Lourens; July 13th, 2008 at 05:09 AM. Reason: update

  5. #1085
    Join Date
    May 2008
    Beans
    31

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    Quote Originally Posted by Adam Jones View Post
    Has anyone found a solution for this yet ? According to xev my middle button is being detected as a KeyPress instead of a Button Press. This used to work in Gutsy.

    Code:
    KeyPress event, serial 30, synthetic NO, window 0x4400001,
        root 0x253, subw 0x0, time 2961965, (124,136), root:(129,185),
        state 0x10, keycode 229 (keysym 0x0, NoSymbol), same_screen YES,
        XLookupString gives 0 bytes: 
        XmbLookupString gives 0 bytes: 
        XFilterEvent returns: False
    
    KeyRelease event, serial 30, synthetic NO, window 0x4400001,
        root 0x253, subw 0x0, time 2961965, (124,136), root:(129,185),
        state 0x10, keycode 229 (keysym 0x0, NoSymbol), same_screen YES,
        XLookupString gives 0 bytes: 
        XFilterEvent returns: False
    I've got the same issue. Anyone seen a solution yet?

  6. #1086
    Join Date
    Aug 2007
    Location
    Midwest, USA
    Beans
    64
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Red face Incredibly annoying issue with FF

    I don't know if this is an issue with FF3 or btnx but it's getting really annoying.

    I have a Logitech MX500, along with the mouse wheel it also has PgUp and PgDn buttons which I have configured for just that. However in FF it seems to want to think that my PgUp command means go up a page and then back in history. Hitting PgUp on the keyboard does exactly what is expected.

    EDIT:
    I just check stuck with xev and when I press PgUp\PgDn I get a control codes, however I only get said control codes when I press the Mouse PgDn button, Mouse PgUp tells me ButtonPress on number 8.

    Software Versions
    Ubuntu 8.04
    FF3
    btnx 0.4.7 from repository

    Here are my relevant configs

    xorg.conf
    Code:
    Section "InputDevice"
            Identifier      "UsbMouse"
            Driver          "mouse"
            Option          "Protocol"      "auto"
            Option          "Device"        "/dev/input/mice"
            #Option         "Emulate3Buttons" "no"
            Option          "ZAxisMapping"  "4 5"
            #Option         "Buttons"       "3"
    EndSection
    btnx_config
    Code:
    # This is a btnx configuration file generated by btnx-config
    
    Mouse
    vendor_name = Logitech
    product_name = MX500
    vendor_id = 0x046d
    product_id = 0xc025
    revoco_mode = 0
    revoco_btn = 3
    revoco_up_scroll = 5
    revoco_down_scroll = 5
    EndMouse
    
    Button
    name = Left Button
    rawcode = 0x01000110
    enabled = 0
    type = 0
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Right Button
    rawcode = 0x01000111
    enabled = 0
    type = 0
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Back Button
    rawcode = 0x01000113
    enabled = 1
    type = 0
    delay = 0
    force_release = 0
    keycode = KEY_LEFT
    mod1 = KEY_LEFTALT
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Forward Button
    rawcode = 0x01000114
    enabled = 1
    type = 0
    delay = 0
    force_release = 0
    keycode = KEY_RIGHT
    mod1 = KEY_LEFTALT
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Wheel Up
    rawcode = 0x02010008
    enabled = 0
    type = 1
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Wheel Down
    rawcode = 0x02ff0008
    enabled = 0
    type = 1
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Up Button
    rawcode = 0x01000116
    enabled = 1
    type = 0
    delay = 0
    force_release = 1
    keycode = KEY_PAGEUP
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Down Button
    rawcode = 0x01000117
    enabled = 1
    type = 0
    delay = 0
    force_release = 0
    keycode = KEY_PAGEDOWN
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = Middle Button
    rawcode = 0x01000112
    enabled = 0
    type = 0
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton
    
    Button
    name = App Button
    rawcode = 0x01000115
    enabled = 0
    type = 0
    delay = 0
    force_release = 0
    keycode = NONE
    mod1 = NONE
    mod2 = NONE
    mod3 = NONE
    EndButton

    Anyone have any ideas?
    Last edited by bismark; July 18th, 2008 at 10:47 PM.

  7. #1087
    Join Date
    Jan 2008
    Beans
    346
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    I'm having a problem with btnx-config. I press "Detect Mouse & Buttons" and then press "Press to start mouse detection." I look at the terminal and see
    Code:
    Warning: no valid pipes from pid: xxxx
    The xxxx is usually a four digit number that changes every time I run the app. The app also says that it could not detect any mouse handlers.

  8. #1088
    Join Date
    Jul 2008
    Beans
    2

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    Quote Originally Posted by GSZX1337 View Post
    I'm having a problem with btnx-config. I press "Detect Mouse & Buttons" and then press "Press to start mouse detection." I look at the terminal and see
    Code:
    Warning: no valid pipes from pid: xxxx
    The xxxx is usually a four digit number that changes every time I run the app. The app also says that it could not detect any mouse handlers.
    you have to run it like root, or $ sudo btnx-config

    i've a different problem.
    the first time the config stared well,
    now no... i receive this message
    Code:
    root@acer:/home/giacomo# btnx-config 
    /usr/share/btnx-config/btnx-config.glade
    Warning: configuration file for configuration "Default" does not exist. Deleting configuration.
    Aborted
    what i should do to run it?
    (one idea is use a working one?? can anyone post one? )

    thanks

    EDIT: solved looking here https://bugs.launchpad.net/btnx-conf...156/comments/2 , deleted dir, and reinstalled btnx
    Last edited by sofficinifindus; July 26th, 2008 at 12:03 PM.

  9. #1089
    Join Date
    Jul 2008
    Beans
    2

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    in my mouse (logitech nx80)
    i've 2 buttons , setted like BTN_FORWARD and BTN_BACK
    ok, they works fine in opera, but in firefox they works like right or left arrows (assigned at lateral scrolling gear)
    in nautilus, they doesn't work...

    anyone with this problem?
    how you setted this kind of buttons??

    many thanks

    p.s. how can i put btnx in autostart at each session?
    Last edited by sofficinifindus; July 26th, 2008 at 12:48 PM.

  10. #1090
    Join Date
    Jan 2008
    Beans
    346
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: btnx: Send keyboard and mouse combination events with mouse buttons

    Ugh, I can't seem to do anything right! I got btnx-config to detect my buttons and I set my preferred key combinations (Alt-Left and Alt-Right), I set the Event type to Key Combination, but the buttons won't do anything in Firefox. Before you ask, yes I did check enable.

Page 109 of 128 FirstFirst ... 95999107108109110111119 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •