[Wnd-commit] wnd/wnd/consts vk.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:20:45
|
Update of /cvsroot/wnd/wnd/wnd/consts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29805 Modified Files: vk.py Log Message: ?? Index: vk.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/consts/vk.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** vk.py 29 Apr 2005 15:20:50 -0000 1.1.1.1 --- vk.py 15 May 2005 09:19:54 -0000 1.2 *************** *** 76,79 **** --- 76,80 ---- VK_8 = 56 VK_9 = 57 + VK_A = 65 VK_B = 66 *************** *** 102,105 **** --- 103,107 ---- VK_Y = 89 VK_Z = 90 + VK_LWIN = 91 VK_RWIN = 92 |