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

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

[elpa] 06/13: [gnugo] Reduce modifier key bouncing for "quick peek" frol


From: Thien-Thi Nguyen
Subject: [elpa] 06/13: [gnugo] Reduce modifier key bouncing for "quick peek" frolics.
Date: Mon, 21 Apr 2014 21:32:09 +0000

ttn pushed a commit to branch master
in repository elpa.

commit a28e1d5aa9c31f7616d228ef70f141e7aa650ed4
Author: Thien-Thi Nguyen <address@hidden>
Date:   Mon Apr 21 13:43:44 2014 +0200

    [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’.
---
 packages/gnugo/gnugo.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 76e67d2..7edebf6 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]