mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Make "Esc" close agenda-mode window.
This commit is contained in:
@@ -4725,6 +4725,7 @@ proc MakeTodaysRemindersWindow { w date } {
|
||||
bind $w <KeyPress-Prior> "$w.prev flash; $w.prev invoke"
|
||||
bind $w <KeyPress-Next> "$w.next flash; $w.next invoke"
|
||||
bind $w <KeyPress-Home> "$w.today flash; $w.today invoke"
|
||||
bind $w <KeyPress-Escape> "$w.ok flash; $w.ok invoke"
|
||||
catch { bind $w <KeyPress-KP_Prior> "$w.prev flash; $w.prev invoke" }
|
||||
catch { bind $w <KeyPress-KP_Next> "$w.next flash; $w.next invoke" }
|
||||
catch { bind $w <KeyPress-KP_Left> "$w.prev flash; $w.prev invoke" }
|
||||
|
||||
Reference in New Issue
Block a user