Gecko:Mouse Wheel Scrolling: Difference between revisions

No edit summary
Line 106: Line 106:
; mousewheel.with_shift.delta_multiplier_x
; mousewheel.with_shift.delta_multiplier_x
; mousewheel.with_win.delta_multiplier_x
; mousewheel.with_win.delta_multiplier_x
: Customizing deltaX value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaX value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used. Currently, value between less than 100 and larger than -100 is not allowed.
: Customizing deltaX value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaX value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used.
; mousewheel.default.delta_multiplier_y
; mousewheel.default.delta_multiplier_y
; mousewheel.with_alt.delta_multiplier_y
; mousewheel.with_alt.delta_multiplier_y
Line 113: Line 113:
; mousewheel.with_shift.delta_multiplier_y
; mousewheel.with_shift.delta_multiplier_y
; mousewheel.with_win.delta_multiplier_y
; mousewheel.with_win.delta_multiplier_y
: Customizing deltaY value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaY value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used. Currently, value between less than 100 and larger than -100 is not allowed.
: Customizing deltaY value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaY value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used.
; mousewheel.default.delta_multiplier_z
; mousewheel.default.delta_multiplier_z
; mousewheel.with_alt.delta_multiplier_z
; mousewheel.with_alt.delta_multiplier_z
Line 120: Line 120:
; mousewheel.with_shift.delta_multiplier_z
; mousewheel.with_shift.delta_multiplier_z
; mousewheel.with_win.delta_multiplier_z
; mousewheel.with_win.delta_multiplier_z
: Customizing deltaZ value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaZ value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used. Currently, value between less than 100 and larger than -100 is not allowed. NOTE: deltaZ value never becomes non-zero if it's a trusted event. So, these prefs never work actually.
: Customizing deltaZ value of "wheel" event. The value 100 means 1.0. In nsEventStateManager, the deltaZ value which is caused by a native event multiplies by the pref value. When two or more modifier keys are held, "default" pref is used. NOTE: deltaZ value never becomes non-zero if it's a trusted event. So, these prefs never work actually.
; mousewheel.default.action
; mousewheel.default.action
; mousewheel.with_alt.action
; mousewheel.with_alt.action
87

edits