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:
parent
54cee37703
commit
00182e317c
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue