override fx control + scroll action to scroll (#4723)

That way, once can still scroll collectionTree while
holding Control to highlight collections
This commit is contained in:
abaevbog 2024-10-08 22:45:30 -07:00 committed by GitHub
parent 54cee37703
commit 00182e317c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,3 +155,6 @@ pref("media.ffvpx.mp3.enabled", false);
pref("media.rdd-vpx.enabled", false);
pref("media.rdd-ffvpx.enabled", false);
pref("media.utility-ffvpx.enabled", false);
// Allow collectionTree scrolling when Control is highlighting collections on win
pref("mousewheel.with_control.action", 1);