.fvwm/config
changeset 854 ea8451937bb4
parent 853 ed763c27d6a7
child 859 fc85d7cf3ce6
equal deleted inserted replaced
853:ed763c27d6a7 854:ea8451937bb4
   378 #
   378 #
   379 #              F11 - up
   379 #              F11 - up
   380 # F9  - left              F12 - right
   380 # F9  - left              F12 - right
   381 #             F10 - down
   381 #             F10 - down
   382 
   382 
   383 DestroyFunc myGotoPage
   383 DestroyFunc myGotoPageHoriz
   384 AddToFunc myGotoPage
   384 AddToFunc myGotoPageHoriz
   385 + I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"
   385 + I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"
   386 + I GotoPage $0 $1
   386 + I GotoPage wrapx $0 +0p
   387 + I Next (CurrentPage) Focus
   387 + I Next (CurrentPage) Focus
   388 
   388 
   389 Key F9 A  3C myGotoPage -1p -0p
   389 Key F9  A 3C myGotoPageHoriz -1p
   390 Key F12 A 3C myGotoPage +1p +0p
   390 Key F12 A 3C myGotoPageHoriz +1p
   391 
   391 
   392 # Move across pages up, if there are no more page go to last page of prev desk.
   392 # Move across pages up, if there are no more page go to last page of prev desk.
   393 DestroyFunc myGotoPageUp
   393 DestroyFunc myGotoPageUp
   394 AddToFunc myGotoPageUp
   394 AddToFunc myGotoPageUp
   395 + I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"
   395 + I Next (CirculateHit, FvwmPager, Shaded) WindowShade "False"