87
edits
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 | : 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 | : 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 | : 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 | ||
edits