Bind "KeyPress-t" to ShowTodaysReminders.

This commit is contained in:
Dianne Skoll
2025-11-02 09:28:16 -05:00
parent 9ecbfbb314
commit f9fac22bbf
2 changed files with 3 additions and 1 deletions

View File

@@ -872,6 +872,7 @@ proc CreateCalWindow { dayNames } {
wm deiconify .
bind . <Control-KeyPress-q> Quit
bind . <Control-KeyPress-p> ".b.print flash; .b.print invoke"
bind . <KeyPress-t> [list ShowTodaysReminders 1 ""]
bind . <KeyPress-F1> ".b.help flash; .b.help invoke"
bind . <KeyPress-h> ".b.help flash; .b.help invoke"
bind . <KeyPress-question> ".b.help flash; .b.help invoke"