
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.
Giải pháp được chọn
There is the middlemouse.paste pref that you can set to true on the about:config page.
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (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.
Giải pháp được chọn
There is the middlemouse.paste pref that you can set to true on the about:config page.
Awesome, exactly what I needed!