emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 11543e5 232/357: [gnugo] Reduce modifier key boun


From: Stefan Monnier
Subject: [elpa] externals/gnugo 11543e5 232/357: [gnugo] Reduce modifier key bouncing for "quick peek" frolics.
Date: Sun, 29 Nov 2020 14:51:28 -0500 (EST)

branch: externals/gnugo
commit 11543e54df52dbbe3d54b330d3f2178187acc624
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo] Reduce modifier key bouncing for "quick peek" frolics.
    
    * packages/gnugo/gnugo.el
    (gnugo-frolic-mode-map): Bind ‘C-q’ to ‘gnugo-frolic-quit’.
    (gnugo-board-mode-map): Bind ‘C-c C-l’ to ‘gnugo-frolic-in-the-leaves’.
---
 gnugo.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnugo.el b/gnugo.el
index 76e67d2..7edebf6 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2572,6 +2572,7 @@ See `gnugo-board-mode' for a full list of commands."
           (define-key gnugo-frolic-mode-map (car pair) (cdr pair)))
         '(("q"          . gnugo-frolic-quit)
           ("Q"          . gnugo-frolic-quit)
+          ("\C-q"       . gnugo-frolic-quit)
           ("C"          . gnugo-frolic-quit) ; like ‘View-kill-and-leave’
           ("\C-b"       . gnugo-frolic-backward-branch)
           ("\C-f"       . gnugo-frolic-forward-branch)
@@ -2609,6 +2610,7 @@ See `gnugo-board-mode' for a full list of commands."
           ("_"        . gnugo-boss-is-near)
           ("h"        . gnugo-move-history)
           ("L"        . gnugo-frolic-in-the-leaves)
+          ("\C-c\C-l" . gnugo-frolic-in-the-leaves)
           ("i"        . gnugo-toggle-image-display-command)
           ("w"        . gnugo-worm-stones)
           ("W"        . gnugo-worm-data)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]