From f9fac22bbfb5e10135e0980968feb617e8449172 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 2 Nov 2025 09:28:16 -0500 Subject: [PATCH] Bind "KeyPress-t" to ShowTodaysReminders. --- man/tkremind.1.in | 3 ++- scripts/tkremind.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/man/tkremind.1.in b/man/tkremind.1.in index 6b8565b6..a9321800 100644 --- a/man/tkremind.1.in +++ b/man/tkremind.1.in @@ -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 diff --git a/scripts/tkremind.in b/scripts/tkremind.in index e0dd7fb3..cc03d417 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -872,6 +872,7 @@ proc CreateCalWindow { dayNames } { wm deiconify . bind . Quit bind . ".b.print flash; .b.print invoke" + bind . [list ShowTodaysReminders 1 ""] bind . ".b.help flash; .b.help invoke" bind . ".b.help flash; .b.help invoke" bind . ".b.help flash; .b.help invoke"