8000 Report the changes in the behaviour of the backends · matplotlib/matplotlib@84cdf22 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84cdf22

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

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
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)
0