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- Meta key specified name change on Qt5 backend
1+ Harmonized key event data across backends
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4+ The different backends wth key translation support,
5+ now handle 'shift' as a sometimes modifier, where
6+ the 'shift' prefix won't be added if a key translation was made.
7+
48The *matplotlib.backends.backend_qt5.SPECIAL_KEYS * dictionary
59contains keys that do *not * return their unicode name
610instead they have manually specified names. The name
7- for *QtCore.Qt.Key_Meta * has changed to ``'meta' `` to be consistent.
11+ for *QtCore.Qt.Key_Meta * has changed to 'meta' to be consistent
12+ with the other GUI backends.
13+
14+ The WebAgg backend now handles key translations correctly on
15+ non-US keyboard layouts.
You can’t perform that action at this time.
0 commit comments