dabo Commit Revision 6158 Date: 2010-10-24 14:48:47 -0700 (Sun, 24 Oct 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/6158
Changed: U trunk/dabo/ui/uiwx/dKeys.py Log: Added the alias of 'key_Enter' for 'key_Return'. Diff: Modified: trunk/dabo/ui/uiwx/dKeys.py =================================================================== --- trunk/dabo/ui/uiwx/dKeys.py 2010-10-24 21:29:01 UTC (rev 6157) +++ trunk/dabo/ui/uiwx/dKeys.py 2010-10-24 21:48:47 UTC (rev 6158) @@ -11,6 +11,7 @@ key_Back = wx.WXK_BACK key_Tab = wx.WXK_TAB key_Return = wx.WXK_RETURN +key_Enter = wx.WXK_RETURN key_Escape = wx.WXK_ESCAPE key_Space = wx.WXK_SPACE key_Delete = wx.WXK_DELETE _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
