Author: tack
Date: Tue May 29 02:20:09 2007
New Revision: 2694
Modified:
trunk/base/src/input/stdin.py
Log:
Add 'tab' to key codes.
Modified: trunk/base/src/input/stdin.py
==============================================================================
--- trunk/base/src/input/stdin.py (original)
+++ trunk/base/src/input/stdin.py Tue May 29 02:20:09 2007
@@ -69,6 +69,7 @@
"\x1b\x4f\x46": "end",
"\x1b\x4f\x48": "home",
"\x1b\x1b": "esc",
+ "\x09": "tab",
"\x0a": "enter",
"\x20": "space",
"\x7f": "backspace"
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog