We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3b843 commit 27eb2ffCopy full SHA for 27eb2ff
tests/test_util.py
@@ -6,7 +6,7 @@ def test_match_ecodes_a():
6
assert res == {1: [372, 418, 419, 420]}
7
assert dict(util.resolve_ecodes_dict(res)) == {
8
("EV_KEY", 1): [
9
- (["KEY_FULL_SCREEN", "KEY_ZOOM"], 372),
+ (("KEY_FULL_SCREEN", "KEY_ZOOM"), 372),
10
("KEY_ZOOMIN", 418),
11
("KEY_ZOOMOUT", 419),
12
("KEY_ZOOMRESET", 420),
0 commit comments