equal
deleted
inserted
replaced
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" |