bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Move `C-c TAB' to `C-c C-e'


From: Daniel Brockman
Subject: [bongo-patches] Move `C-c TAB' to `C-c C-e'
Date: Sun, 06 May 2007 23:33:38 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Move `C-c TAB' to `C-c C-e'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-05-06 23:33:31.000000000 +0200
+++ new-bongo/bongo.el  2007-05-06 23:33:31.000000000 +0200
@@ -7407,16 +7407,16 @@
     (define-key map "a" 'bongo-replay-current)
     (define-key map "e" 'bongo-play-next)
     (define-key map "\C-a" 'bongo-replay-current)
-    (define-key map "\C-e" 'bongo-play-next)
+    (define-key map "\C-e" 'bongo-perform-next-action)
     (define-key map [home] 'bongo-replay-current)
-    (define-key map [end] 'bongo-play-next)
+    (define-key map [end] 'bongo-perform-next-action)
     (define-key map "p" 'bongo-play-previous)
     (define-key map "n" 'bongo-play-next)
     (define-key map "\C-p" 'bongo-play-previous)
     (define-key map "\C-n" 'bongo-play-next)
     (define-key map " " 'bongo-pause/resume)
     (define-key map "\C-c\C-a" 'bongo-replay-current)
-    (define-key map "\C-c\C-i" 'bongo-perform-next-action)
+    (define-key map "\C-c\C-e" 'bongo-perform-next-action)
     (define-key map "\C-c\C-p" 'bongo-play-previous)
     (define-key map "\C-c\C-n" 'bongo-play-next)
     (define-key map "\C-c\C-r" 'bongo-play-random)
@@ -9702,7 +9702,7 @@
     (define-key map " " 'bongo-pause/resume)
     (define-key map "\C-c\C-m" 'bongo-play)
     (define-key map "\C-c\C-a" 'bongo-replay-current)
-    (define-key map "\C-c\C-i" 'bongo-perform-next-action)
+    (define-key map "\C-c\C-e" 'bongo-perform-next-action)
     (define-key map "\C-c\C-p" 'bongo-play-previous)
     (define-key map "\C-c\C-n" 'bongo-play-next)
     (define-key map "\C-c\C-r" 'bongo-play-random)
-- 
Daniel Brockman <address@hidden>

reply via email to

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