Skip to content

Fixes #1224: wrong shortcut definition in taurusvaluestables.py

Uses Qt.QKeySequence instead of Qt.Key for the specification of shortcuts, to preserve compatibility with both PySide2 and PyQt5.

Merge request reports