
Redefine mouse keys in browser
Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single click over any text input to perform clipboard paste (but everywhere else the button behaves normally). I had this feature integrated into mouse gestures add on which is no more compatible.
Обране рішення
There is the middlemouse.paste pref that you can set to true on the about:config page.
Читати цю відповідь у контексті 👍 1Усі відповіді (3)
Beyond the defaults for both Browser Hotkeys and Windows O/S Hotkeys anything changed beyond defaults are through 3rd party software or userChrome.css edits that you will have to find to make those changes.
Вибране рішення
There is the middlemouse.paste pref that you can set to true on the about:config page.
Awesome, exactly what I needed!