Skip to content

Commit 8dbdfd4

Browse files
rcomermeeseeksmachine
authored andcommitted
Backport PR matplotlib#30788: Fix typo in key-mapping for "f11"
1 parent e4b804a commit 8dbdfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
("Key_F8", "f8"),
5656
("Key_F9", "f9"),
5757
("Key_F10", "f10"),
58-
("Key_F10", "f11"),
58+
("Key_F11", "f11"),
5959
("Key_F12", "f12"),
6060
("Key_Super_L", "super"),
6161
("Key_Super_R", "super"),

0 commit comments

Comments
 (0)