From fd32a5dfea0c34de9d80aaf80c03a6695ebd8499 Mon Sep 17 00:00:00 2001 From: Raphael Quast Date: Tue, 25 Nov 2025 12:38:27 +0100 Subject: [PATCH] Fix typo in key-mapping for "f11" --- lib/matplotlib/backends/backend_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/backends/backend_qt.py b/lib/matplotlib/backends/backend_qt.py index 974ebabf8a16..0b0240c90310 100644 --- a/lib/matplotlib/backends/backend_qt.py +++ b/lib/matplotlib/backends/backend_qt.py @@ -55,7 +55,7 @@ ("Key_F8", "f8"), ("Key_F9", "f9"), ("Key_F10", "f10"), - ("Key_F10", "f11"), + ("Key_F11", "f11"), ("Key_F12", "f12"), ("Key_Super_L", "super"), ("Key_Super_R", "super"),