diff --git a/server/internal/xorg/xorg.go b/server/internal/xorg/xorg.go index 181be696..2086e3d5 100644 --- a/server/internal/xorg/xorg.go +++ b/server/internal/xorg/xorg.go @@ -76,7 +76,6 @@ func KeyDown(code uint64) error { debounce_key[code] = time.Now() C.XKey(C.ulong(code), C.int(1)) - return nil }