File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
doc/api/next_api_changes/behavior Expand file tree Collapse file tree 1 file changed +10
-2
lines changed 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
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
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
+
4
8
The *matplotlib.backends.backend_qt5.SPECIAL_KEYS * dictionary
5
9
contains keys that do *not * return their unicode name
6
10
instead 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