Skip to content

Instantly share code, notes, and snippets.

@donno2048
Created June 10, 2022 12:05
Show Gist options
  • Save donno2048/c26110a9def05283e454c3e2629d8b17 to your computer and use it in GitHub Desktop.
Save donno2048/c26110a9def05283e454c3e2629d8b17 to your computer and use it in GitHub Desktop.
enable unicode input
# enable "Alt" + "+" + "3" + "3" to write "3" (unicode input)
from winreg import *
SetValueEx(OpenKey(HKEY_CURRENT_USER, r"Control Panel\Input Method", 0, KEY_ALL_ACCESS), "EnableHexNumpad", 0, 1, "1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment