8000 Make meta key name consistent with other backends · matplotlib/matplotlib@8682cf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8682cf6

Browse files
Alejandro Garcíatacaswell
authored andcommitted
Make meta key name consistent with other backends
1 parent 89ce223 commit 8682cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SPECIAL_KEYS = {QtCore.Qt.Key_Control: 'control',
2626
QtCore.Qt.Key_Shift: 'shift',
2727
QtCore.Qt.Key_Alt: 'alt',
28-
QtCore.Qt.Key_Meta: 'super',
28+
QtCore.Qt.Key_Meta: 'meta',
2929
QtCore.Qt.Key_Return: 'enter',
3030
QtCore.Qt.Key_Left: 'left',
3131
QtCore.Qt.Key_Up: 'up',

0 commit comments

Comments
 (0)
0