summaryrefslogtreecommitdiffstats
path: root/application/basilisk/app
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-08-25 19:56:18 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-08-25 19:56:18 +0200
commitf0e053a1b4b42ef3344032589d1c02ff21e21f6f (patch)
treee28f860afbf557c411c25f5fb679e076e6c3dded /application/basilisk/app
parent74c6c585ab519e3314bdf6b0fa23d8aa757b78a5 (diff)
downloadUXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.gz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.lz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.tar.xz
UXP-f0e053a1b4b42ef3344032589d1c02ff21e21f6f.zip
Add a horizontal scroll action option for mouse wheel.
Resolves #732
Diffstat (limited to 'application/basilisk/app')
-rw-r--r--application/basilisk/app/profile/basilisk.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js
index 2df95a97f..fd81e8204 100644
--- a/application/basilisk/app/profile/basilisk.js
+++ b/application/basilisk/app/profile/basilisk.js
@@ -543,9 +543,10 @@ pref("browser.gesture.tap", "cmd_fullZoomReset");
pref("browser.snapshots.limit", 0);
// 0: Nothing happens
-// 1: Scrolling contents
+// 1: Scroll contents
// 2: Go back or go forward, in your history
-// 3: Zoom in or out.
+// 3: Zoom in or out
+// 4: Scroll contents with X and Y swapped
#ifdef XP_MACOSX
// On OS X, if the wheel has one axis only, shift+wheel comes through as a
// horizontal scroll event. Thus, we can't assign anything other than normal