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

Skip to content

Commit d19bdd7

Browse files
committed
DOC: consolidate API change notes
1 parent 87012a5 commit d19bdd7

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

doc/api/next_api_changes/behavior/17791-AL.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

419
The 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

doc/api/next_api_changes/behavior/19128-AG.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)