Skip to content

Instantly share code, notes, and snippets.

View Curts0's full-sized avatar

Curtis Stallings Curts0

View GitHub Profile
@Curts0
Curts0 / virtualkeys.py
Created March 9, 2024 22:07 — forked from biqqles/virtualkeys.py
Cross-platform Win32 virtual-key codes
"""
Win32 virtual-key (VK) constants for Python, extracted from winuser.h with
comments.
Original copyright notice printed below:
/****************************************************************************
* *
* winuser.h -- USER procedure declarations, constant definitions and macros *
* *
* Copyright (c) Microsoft Corporation. All rights reserved. *