Added Shift-scroll-wheel scrolling (maps to horizontal scroll) to
the default macros.
This commit is contained in:
parent
522171510c
commit
76295cab86
|
|
@ -167,6 +167,8 @@ macro XK_KP_Prior "move ne 1"
|
||||||
# Scroll wheel bindings
|
# Scroll wheel bindings
|
||||||
macro XK_Pointer_Button4 "scroll u .05 w"
|
macro XK_Pointer_Button4 "scroll u .05 w"
|
||||||
macro XK_Pointer_Button5 "scroll d .05 w"
|
macro XK_Pointer_Button5 "scroll d .05 w"
|
||||||
|
macro Shift_XK_Pointer_Button4 "scroll l .05 w"
|
||||||
|
macro Shift_XK_Pointer_Button5 "scroll r .05 w"
|
||||||
# Quick macro function keys for scmos tech (X11 versions only)
|
# Quick macro function keys for scmos tech (X11 versions only)
|
||||||
macro XK_F1 "paint ndiff"
|
macro XK_F1 "paint ndiff"
|
||||||
macro XK_F2 "paint pdiff"
|
macro XK_F2 "paint pdiff"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue