David Sangrey
17a7af959a
[ #1805 ] pywin32 Handoff
2024-06-10 23:00:44 -04:00
David Sangrey
b7633fa6e3
Handover a number of Lists to Tuples
...
Tuples are (slightly) more efficient for comparing if x in y. Not that it'll really matter at this scale, but it's technically better and simple to implement.
Applying to all files except theme.py, because theme.py is scary.
2023-12-27 00:29:35 -05:00
David Sangrey
cb2a18025c
[2051] First Pass Remaining Files
2023-11-30 21:30:18 -05:00
A_D
490bd9dbdd
hotkeys/windows.py: Add explicit platform check
2022-12-23 18:07:39 +02:00
Athanasius
8a7a0fdf9a
hotkey/windows: Remove un-necessary u
tagging of strings
2022-12-23 14:47:39 +00:00
Athanasius
46d518986c
hotkey/windows: Minor formatting cleanups
2022-12-23 14:47:33 +00:00
Athanasius
f7cba59e61
hotkey: Re-factor into a module, per-arch files
...
This helps avoid some pre-commit/mypy carping.
2022-12-23 14:47:06 +00:00