Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ... #41178

Closed
jeffconnelly mannequin opened this issue Nov 16, 2004 · 2 comments
Closed

win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ... #41178

jeffconnelly mannequin opened this issue Nov 16, 2004 · 2 comments

Comments

@jeffconnelly
Copy link
Mannequin

jeffconnelly mannequin commented Nov 16, 2004

BPO 1067153
Nosy @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-12-05.19:53:31.000>
created_at = <Date 2004-11-16.06:15:52.000>
labels = ['invalid', 'OS-windows']
title = 'win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ...'
updated_at = <Date 2004-12-05.19:53:31.000>
user = 'https://bugs.python.org/jeffconnelly'

bugs.python.org fields:

activity = <Date 2004-12-05.19:53:31.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2004-11-16.06:15:52.000>
creator = 'jeffconnelly'
dependencies = []
files = []
hgrepos = []
issue_num = 1067153
keywords = []
message_count = 2.0
messages = ['23165', '23166']
nosy_count = 2.0
nosy_names = ['loewis', 'jeffconnelly']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1067153'
versions = []

@jeffconnelly
Copy link
Mannequin Author

jeffconnelly mannequin commented Nov 16, 2004

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

@loewis
Copy link
Mannequin

loewis mannequin commented Dec 5, 2004

Logged In: YES
user_id=21627

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

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants