Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe86cc commit f2c65cdCopy full SHA for f2c65cd
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -68,9 +68,9 @@
68
# Elements are (Modifier Flag, Qt Key) tuples.
69
# Order determines the modifier order (ctrl+alt+...) reported by Matplotlib.
70
_MODIFIER_KEYS = [
71
- (QtCore.Qt.ShiftModifier, QtCore.Qt.Key_Shift),
72
(QtCore.Qt.ControlModifier, QtCore.Qt.Key_Control),
73
(QtCore.Qt.AltModifier, QtCore.Qt.Key_Alt),
+ (QtCore.Qt.ShiftModifier, QtCore.Qt.Key_Shift),
74
(QtCore.Qt.MetaModifier, QtCore.Qt.Key_Meta),
75
]
76
cursord = {
0 commit comments