mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Bind "KeyPress-t" to ShowTodaysReminders.
This commit is contained 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
|
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
|
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
|
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
|
In the Agenda Mode display, hovering over a reminder will show ancillary
|
||||||
information such as a Location, URL or Description. Clicking on a reminder
|
information such as a Location, URL or Description. Clicking on a reminder
|
||||||
|
|||||||
@@ -872,6 +872,7 @@ proc CreateCalWindow { dayNames } {
|
|||||||
wm deiconify .
|
wm deiconify .
|
||||||
bind . <Control-KeyPress-q> Quit
|
bind . <Control-KeyPress-q> Quit
|
||||||
bind . <Control-KeyPress-p> ".b.print flash; .b.print invoke"
|
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-F1> ".b.help flash; .b.help invoke"
|
||||||
bind . <KeyPress-h> ".b.help flash; .b.help invoke"
|
bind . <KeyPress-h> ".b.help flash; .b.help invoke"
|
||||||
bind . <KeyPress-question> ".b.help flash; .b.help invoke"
|
bind . <KeyPress-question> ".b.help flash; .b.help invoke"
|
||||||
|
|||||||
Reference in New Issue
Block a user