[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.1.2.20070818-2-gf0c1bf3)
The branch, master has been updated
via f0c1bf37611b14dedcf1c4b45ac2319216f3293c (commit)
from 0aad767df307a70d9fefc73fb08a49908cc26706 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/lib/system-gschemrc.in | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit f0c1bf37611b14dedcf1c4b45ac2319216f3293c
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Sun Sep 2 18:21:24 2007 -0400
Added standard Control-z and Control-y keymappings for Undo and Redo
:100644 100644 67506d0... 6c97797... M gschem/lib/system-gschemrc.in
=========
Changes
=========
commit f0c1bf37611b14dedcf1c4b45ac2319216f3293c
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Sun Sep 2 18:21:24 2007 -0400
Added standard Control-z and Control-y keymappings for Undo and Redo
diff --git a/gschem/lib/system-gschemrc.in b/gschem/lib/system-gschemrc.in
index 67506d0..6c97797 100644
--- a/gschem/lib/system-gschemrc.in
+++ b/gschem/lib/system-gschemrc.in
@@ -1283,7 +1283,9 @@
("Shift Z" . view-zoom-out-hotkey)
("Control x" . buffer-cut1)
("Control c" . buffer-copy1)
- ("Control v" . buffer-paste1-hotkey)))
+ ("Control v" . buffer-paste1-hotkey)
+ ("Control z" . edit-undo)
+ ("Control y" . edit-redo)))
; finally set the keymap point to the newly created datastructure
(define current-keymap global-keymap)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs