Make PgUp and PgDn work like Left and Right, respectively.

This commit is contained in:
David F. Skoll
2007-09-06 14:25:52 -04:00
parent 70419e8757
commit 4caa77f6b1

View File

@@ -430,6 +430,8 @@ proc CreateCalWindow { dayNames } {
bind . <Control-KeyPress-q> Quit
bind . <KeyPress-Left> ".b.prev flash; .b.prev invoke"
bind . <KeyPress-Right> ".b.next flash; .b.next invoke"
bind . <KeyPress-Prior> ".b.prev flash; .b.prev invoke"
bind . <KeyPress-Next> ".b.next flash; .b.next invoke"
bind . <KeyPress-Home> ".b.this flash; .b.this invoke"
if {$Option(StartIconified)} {