@@ -85,26 +85,26 @@ Event name Class Description
8585 what you may expect to receive as key(s) from the different user interface toolkits,
8686 where a comma separates different keys:
8787
88- ============== ============================= ============================== ============================= ============================== ==============================
89- Key(s) Pressed WxPython Qt WebAgg Gtk Tkinter
90- ============== ============================= ============================== ============================= ============================== ==============================
91- Shift+2 shift, shift+2 shift, " shift, " shift, " shift, "
92- Shift+F1 shift, shift+f1 shift, shift+f1 shift, shift+f1 shift, shift+f1 shift, shift+f1
93- Shift shift shift shift shift shift
94- Control control control control control control
95- Alt alt alt alt alt alt
88+ ============== ============================= ============================== ============================= ============================== ============================== =================================
89+ Key(s) Pressed WxPython Qt WebAgg Gtk Tkinter macosx
90+ ============== ============================= ============================== ============================= ============================== ============================== =================================
91+ Shift+2 shift, shift+2 shift, " shift, " shift, " shift, " shift, @
92+ Shift+F1 shift, shift+f1 shift, shift+f1 shift, shift+f1 shift, shift+f1 shift, shift+f1 shift, shift+f1
93+ Shift shift shift shift shift shift shift
94+ Control control control control control control ctrl
95+ Alt alt alt alt alt alt alt
9696 AltGr Nothing Nothing alt iso_level3_shift iso_level3_shift
97- CapsLock caps_lock caps_lock caps_lock caps_lock caps_lock
98- A a a A A A
99- a a a a a a
100- Shift+a shift, A shift, A shift, A shift, A shift, A
101- Shift+A shift, A shift, A shift, a shift, a shift, a
102- Ctrl+Shift+Alt control, ctrl+shift, ctrl+alt control, ctrl+shift, ctrl+meta control, ctrl+shit, ctrl+meta control, ctrl+shift, ctrl+meta control, ctrl+shift, ctrl+meta
103- Ctrl+Shift+a control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shit, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+a
104- Ctrl+Shift+A control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shit, ctrl+a control, ctrl+shift, ctrl+a control, ctrl+shift, ctrl+a
105- F1 f1 f1 f1 f1 f1
106- Ctrl+F1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1
107- ============== ============================= ============================== ============================= ============================== ==============================
97+ CapsLock caps_lock caps_lock caps_lock caps_lock caps_lock caps_lock
98+ A a a A A A A
99+ a a a a a a a
100+ Shift+a shift, A shift, A shift, A shift, A shift, A shift, A
101+ Shift+A shift, A shift, A shift, a shift, a shift, a shift, A
102+ Ctrl+Shift+Alt control, ctrl+shift, ctrl+alt control, ctrl+shift, ctrl+meta control, ctrl+shit, ctrl+meta control, ctrl+shift, ctrl+meta control, ctrl+shift, ctrl+meta ctrl, ctrl+shift, ctrl+alt+shift
103+ Ctrl+Shift+a control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shit, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+a ctrl, ctrl+shift, ctrl+A
104+ Ctrl+Shift+A control, ctrl+shift, ctrl+A control, ctrl+shift, ctrl+A control, ctrl+shit, ctrl+a control, ctrl+shift, ctrl+a control, ctrl+shift, ctrl+a ctrl, ctrl+shift, ctrl+A
105+ F1 f1 f1 f1 f1 f1 f1
106+ Ctrl+F1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1 control, ctrl+f1 Nothing
107+ ============== ============================= ============================== ============================= ============================== ============================== =================================
108108
109109Matplotlib attaches some keypress callbacks by default for interactivity; they
110110are documented in the :ref: `key-event-handling ` section.
0 commit comments