Author: jamest
Date: 2006-01-18 20:12:58 -0600 (Wed, 18 Jan 2006)
New Revision: 8130

Modified:
   trunk/gnue-forms/src/input/GFKeyMapper.py
Log:
removed the unique exception generator from the keypress event handler


Modified: trunk/gnue-forms/src/input/GFKeyMapper.py
===================================================================
--- trunk/gnue-forms/src/input/GFKeyMapper.py   2006-01-18 21:25:44 UTC (rev 
8129)
+++ trunk/gnue-forms/src/input/GFKeyMapper.py   2006-01-19 02:12:58 UTC (rev 
8130)
@@ -209,8 +209,6 @@
   #
   def getEvent(self, basekey, shift=False, ctrl=False, meta=False):
     try:
-      if ctrl and basekey == ord ('e'):
-        raise errors.SystemError, ('Foobar And The Gang')
       return self._translatedUserKeyMap[(basekey, shift, ctrl, meta)]
     except KeyError:
       return None



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to