From 993f290594c9c97bb516d834d1619a22c1346abd Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Wed, 27 Mar 2024 20:46:52 +0100 Subject: Added some key mappings --- input/wrapper-uinput.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'input/wrapper-uinput.go') diff --git a/input/wrapper-uinput.go b/input/wrapper-uinput.go index 26877f2..6fd19b5 100644 --- a/input/wrapper-uinput.go +++ b/input/wrapper-uinput.go @@ -1,8 +1,6 @@ package input import ( - "fmt" - "github.com/bendahl/uinput" ) @@ -57,7 +55,6 @@ func (uinputMouse MouseUinputWrapper) Move(x, y int32) error { } func (uinputMouse MouseUinputWrapper) LeftPress() error { - fmt.Println("Left!!!!") return uinputMouse.mouse.LeftPress() } -- cgit v1.2.3