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

@@ -151,7 +151,8 @@ You will have to hand-edit it to change it.
Right-click on any day number in the calendar to pop up a window with
that day's reminders in Agenda Mode. You can left- or right-click the
current date and time indicator at the bottom of the calendar window
to see today's reminders in Agenda Mode.
to see today's reminders in Agenda Mode. You can also press \fBt\fR
over the main calendar window to see today's reminders in Agenda Mode.
In the Agenda Mode display, hovering over a reminder will show ancillary
information such as a Location, URL or Description. Clicking on a reminder

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"