mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Add keyboard shortcuts to change view.
This commit is contained in:
@@ -876,6 +876,10 @@ proc CreateCalWindow { dayNames } {
|
||||
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"
|
||||
bind . <KeyPress-1> "SetView Week-1"
|
||||
bind . <KeyPress-2> "SetView Week-2"
|
||||
bind . <KeyPress-4> "SetView Week-4"
|
||||
bind . <KeyPress-m> "SetView Month"
|
||||
catch { bind . <KeyPress-KP_Home> ".b.this flash; .b.this invoke" }
|
||||
catch { bind . <KeyPress-KP_Prior> ".b.prev flash; .b.prev invoke" }
|
||||
catch { bind . <KeyPress-KP_Next> ".b.next flash; .b.next invoke" }
|
||||
|
||||
Reference in New Issue
Block a user