File tree Expand file tree Collapse file tree
doc/api/next_api_changes/behavior Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- GTK/Tk key name changes
2- ~~~~~~~~~~~~~~~~~~~~~~~
1+ Harmonized key event data across backends
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+ The different backends wth key translation support, now handle 'shift'
5+ as a sometimes modifier, where the 'shift' prefix won't be added if a
6+ key translation was made.
7+
8+ The *matplotlib.backends.backend_qt5.SPECIAL_KEYS * dictionary contains
9+ keys that do *not * return their unicode name instead they have
10+ manually specified names. The name for *QtCore.Qt.Key_Meta * has
11+ changed to 'meta' to be consistent with the other GUI backends.
12+
13+ The WebAgg backend now handles key translations correctly on non-US
14+ keyboard layouts.
15+
16+
17+ **GTK/Tk key name changes **
318
419The handling of non-ASCII keypresses (as reported in the KeyEvent passed to
520``key_press_event ``-handlers) in the GTK and Tk backends now correctly reports
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments