# HG changeset patch # User Oleksandr Gavenko # Date 1335555585 -10800 # Node ID fa13c7909c1c2f512d5ac69866eabbd02bcf32ac # Parent 95e27bf01b7ab640a288677e3d76aa5c2bccab17 Scrolling by keyboard. diff -r 95e27bf01b7a -r fa13c7909c1c .fvwm/config --- a/.fvwm/config Fri Apr 27 22:23:14 2012 +0300 +++ b/.fvwm/config Fri Apr 27 22:39:45 2012 +0300 @@ -250,6 +250,9 @@ # Win+R like in Windows. Key R A 3 Exec exec gmrun +Key Page_Up A 3 Exec xdotool click 4 +Key Page_Down A 3 Exec xdotool click 5 + ############### # Window Decor. ###############