gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Gzz.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz Gzz.py
Date: Sun, 05 Jan 2003 06:17:59 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      03/01/05 06:17:59

Modified files:
        .              : Gzz.py 

Log message:
        hups...

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Gzz.py.diff?tr1=1.61&tr2=1.62&r1=text&r2=text

Patches:
Index: gzz/Gzz.py
diff -u gzz/Gzz.py:1.61 gzz/Gzz.py:1.62
--- gzz/Gzz.py:1.61     Sun Jan  5 06:13:00 2003
+++ gzz/Gzz.py  Sun Jan  5 06:17:59 2003
@@ -125,7 +125,8 @@
             from gzz.potion.potions import NewCell, Connect, PrefixOrOther, \
                                           Hop2, Put, PrefixOrRight, 
PrefixOrLeft, \
                                           RightWindow, LeftWindow, Go, Clone, \
-                                           ToggleMark, Quit, ChangeView, 
ChangeDim
+                                           ToggleMark, Quit, ChangeView, 
ChangeDim, \
+                                           Break
 
            def const(i):
                from gzz.potion.potions import ConstantExpression
@@ -148,12 +149,14 @@
                 'T': action([Clone,[PrefixOrLeft], None]),
                'm': action([ToggleMark, [RightWindow]]),
                'M': action([ToggleMark, [LeftWindow]]),
-               'q': call([Quit]),
-               'Q': call([Quit]),
-               'x': call([ChangeDim, const(0), const(1)]),
-               'Alt-X': call([ChangeDim, const(0), const(-1)]),
-               'v': call([ChangeView, const(1)]),
-               'Alt-V': call([ChangeView, const(-1)]),
+               'q': action(call([Quit])),
+               'Q': action(call([Quit])),
+               'x': action(call([ChangeDim, const(0), const(1)])),
+               'Alt-X': action(call([ChangeDim, const(0), const(-1)])),
+               'v': action(call([ChangeView, const(1)])),
+               'Alt-V': action(call([ChangeView, const(-1)])),
+                'b': action(call([Break, None])),
+                'B': action(call([Break, None])),
            }
 
             self.binder = gzz.client.PotionFallbackBinder(map(bindings))




reply via email to

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