Переназначение кнопок мыши Logitech G5

3327
Dennis G.

Я только что получил Logitech G5, которая является отличной мышью, но одна «особенность» действительно раздражает: средняя кнопка мыши имеет 3 точки щелчка, а именно: прокрутку влево, прокрутку вправо и стандартную прокрутку по центру.

Поскольку я часто случайно нажимаю кнопку прокрутки влево / вправо, когда на самом деле хочу использовать среднюю кнопку мыши (например, чтобы закрыть вкладку в Firefox), я хочу переназначить обе кнопки прокрутки на действие средней кнопки мыши. Есть ли способ сделать это? Я пытался использовать инструмент SetPoint от Logitech, но, похоже, он не позволяет переназначить эти клавиши на обычное действие средней кнопки мыши (вы МОЖЕТЕ переназначить его на «среднюю кнопку», но, похоже, он ничего не делает).

3
Какую операционную систему вы используете? Gnoupi 14 лет назад 0

3 ответа на вопрос

6
Phoshi

Try UberOptions, which allows easy remapping of any of the keys much better than the official setpoint configuration.

Отлично, это помогло (теперь я могу переназначить его на среднюю кнопку мыши). Спасибо! Dennis G. 14 лет назад 0
2
Gnoupi

You can use AutoHotKey to remap these "buttons".

According to this topic on their forum, it is possible to map "WheelLeft" and "WheelRight" since version 1.0.48.

The script to use would look this way, for you:

WheelLeft::return WheelRight::return 

It would remap the both actions to do nothing (returns directly).

However, from what I can read on the same topic, it seems that the left and right events are not working in Windows XP.

Edit: I misunderstood the actual question.

To remap these left and right to the middle button, you would rather use such script:

WheelLeft::MButton WheelRight::MButton 
Спасибо за ответ. Я мог бы отключить кнопки с помощью Logitech SetPoint, но я бы предпочел переназначить клавиши, так как я часто случайно нажимаю на них. Dennis G. 14 лет назад 0
1
Dave Jarvis

X-Mouse Button Control

X-Mouse Button Control is a Windows application to remap your mouse buttons and expand the capabilities of your mouse!

You are able to provide application or window specific mappings, which means an application or window can use the mouse buttons differently from another. For each profile you can optionally define up to 5 'layers' of different button configurations which you can switch between using hotkeys or mouse buttons.