Bugs item #1067153, was opened at 2004-11-16 07:15
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1067153&group_id=5470

Category: Windows
>Group: 3rd Party
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Jeff Connelly aka shellreef (jeffconnelly)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ...

Initial Comment:
win32con is missing many virtual keycode constants:

# from WinUser.h
win32con.MOUSEEVENTF_XDOWN = 0x0080
win32con.MOUSEEVENTF_XUP = 0x0100
win32con.MOUSEEVENTF_WHEEL = 0x0800
win32con.VK_XBUTTON1 = 0x05
win32con.VK_XBUTTON2 = 0x06
win32con.VK_VOLUME_MUTE = 0xAD
win32con.VK_VOLUME_DOWN = 0xAE
win32con.VK_VOLUME_UP = 0xAF
win32con.VK_MEDIA_NEXT_TRACK = 0xB0
win32con.VK_MEDIA_PREV_TRACK = 0xB1
win32con.VK_MEDIA_PLAY_PAUSE = 0xB3
win32con.VK_BROWSER_BACK = 0xA6
win32con.VK_BROWSER_FORWARD = 0xA7



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-12-05 20:53

Message:
Logged In: YES 
user_id=21627

win32con is not supported in the Python project. Please
report this to

https://sourceforge.net/projects/pywin32/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1067153&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to