Disable swipe to naviage history gestures
This commit is contained in:
parent
381f541997
commit
c5b191cbd8
@ -25,3 +25,7 @@ user_pref("apz.gtk.kinetic_scroll.enabled", false);
|
|||||||
|
|
||||||
// disable pinch to zoom
|
// disable pinch to zoom
|
||||||
user_pref("apz.gtk.touchpad_pinch.enabled", false);
|
user_pref("apz.gtk.touchpad_pinch.enabled", false);
|
||||||
|
|
||||||
|
// disable swipe to go back or forward
|
||||||
|
user_pref("browser.gesture.swipe.left", "");
|
||||||
|
user_pref("browser.gesture.swipe.right", "");
|
||||||
|
Loading…
Reference in New Issue
Block a user