diff --git a/editor/input.go b/editor/input.go index b25792f..a3e20fd 100644 --- a/editor/input.go +++ b/editor/input.go @@ -244,6 +244,8 @@ func (e *Editor) convertKey(event *gui.QKeyEvent) string { key == int(core.Qt__Key_Control) || key == int(core.Qt__Key_Meta) || key == int(core.Qt__Key_Shift) || + key == int(core.Qt__Key_Hyper_L) || + key == int(core.Qt__Key_Hyper_R) || key == int(core.Qt__Key_Super_L) || key == int(core.Qt__Key_Super_R) { return ""