Skip to content

Commit

Permalink
add MOD_NOREPEAT (RegisterHotKey) constant (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati authored Nov 15, 2024
1 parent d618bd5 commit 0b0ec6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/Lib/win32con.py
Original file line number Diff line number Diff line change
Expand Up @@ -4197,6 +4197,7 @@ def GetBValue(rgb):
MOD_CONTROL = 2
MOD_SHIFT = 4
MOD_WIN = 8
MOD_NOREPEAT = 16384
IDHOT_SNAPWINDOW = -1
IDHOT_SNAPDESKTOP = -2
# EW_RESTARTWINDOWS = 0x0042
Expand Down

0 comments on commit 0b0ec6a

Please sign in to comment.