added space as way to pagedown in help desk

svn: r100
This commit is contained in:
Robby Findler 2005-06-15 12:01:17 +00:00
parent d4e08e773d
commit a67fa12136

View File

@ -578,6 +578,7 @@ A test case:
(send hyper-keymap map-function "pageup" "previous-page")
(send hyper-keymap map-function "wheeldown" "do-wheel")
(send hyper-keymap map-function "pagedown" "next-page")
(send hyper-keymap map-function "space" "next-page")
;; call-with-hyper-panel : object ((is-a?/c hyper-panel<%>) -> void) -> void
(define (call-with-hyper-panel text f)