Skip to content

Commit 9a2f807

Browse files
authored
Merge pull request matplotlib#30788 from raphaelquast/qt_backend_f11
Fix typo in key-mapping for "f11"
2 parents 76327b5 + fd32a5d commit 9a2f807

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)