Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84cdf22

Browse files
Alejandro Garcíatacaswell
authored andcommitted
Report the changes in the behaviour of the backends
1 parent 57d4c8a commit 84cdf22

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
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+
48
The *matplotlib.backends.backend_qt5.SPECIAL_KEYS* dictionary
59
contains keys that do *not* return their unicode name
610
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.

0 commit comments

Comments
 (0)