From 2d9bea444bfb3244f0a026467dd19c1d46179685 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Sun, 2 Nov 2025 10:48:40 -0500 Subject: [PATCH] Add a bunch more key bindings. --- scripts/tkremind.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/tkremind.in b/scripts/tkremind.in index a5946d9a..7525c4d8 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -872,9 +872,12 @@ proc CreateCalWindow { dayNames } { wm deiconify . bind . Quit bind . ".b.print flash; .b.print invoke" + 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.goto flash; .b.goto invoke" + bind . ".b.options flash; .b.options invoke" bind . ".b.help flash; .b.help invoke" bind . ".b.prev flash; .b.prev invoke" bind . ".b.next flash; .b.next invoke" @@ -1081,6 +1084,7 @@ proc EditOptions {} { button $w.cancel -text "Cancel" -command "CancelOptions; destroy $w" wm protocol $w WM_DELETE_WINDOW "CancelOptions; destroy $w" pack $w.default $w.dark $w.save $w.cancel -in $w.b -side left -expand 0 -fill x + bind $w "$w.cancel flash; $w.cancel invoke" CenterWindow $w . } @@ -5312,9 +5316,11 @@ proc ShowManPage { cmd jump destroy } { $w.t tag bind url [list URLEnter $w.t] $w.t tag bind url [list URLLeave $w.t] $w.t tag bind url [list URLMove $w.t] + bind $w "$w.ok flash; $w.ok invoke" } else { $w.t configure -state normal $w.t delete 1.0 end + } set env(COLUMNS) 80 set env(MANWIDTH) 80