We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9953e4a commit 0ae669aCopy full SHA for 0ae669a
1 file changed
share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py
@@ -71,6 +71,7 @@ def __init__(self, halcomp, widgets, paths):
71
# This validator precludes using comma as a decimal
72
self.valid = QtGui.QRegExpValidator(QtCore.QRegExp('-?[0-9]{0,6}[.][0-9]{0,3}'))
73
self.styleeditor = SSE(widgets, paths)
74
+ self.KEYBIND = KEYBIND
75
KEYBIND.add_call('Key_F4', 'on_keycall_F4')
76
KEYBIND.add_call('Key_F12','on_keycall_F12')
77
KEYBIND.add_call('Key_Pause', 'on_keycall_PAUSE')
0 commit comments