-
# Issue / Question
## Description
When trying to output a word like 'Hello' using the `SetKeys` method, only one 'l' is outputted when using `kb.Launching()`
Is this intended?
## Replicating…
-
I note from https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-keybd_event that the `keybd_event` function, which is used to implement `send_key` functionality, has been superseded …
-
using example code from main page ubuntu 22.04/1 LTS
go version go1.21.1 linux/amd64
package main
import (
"runtime"
"time"
"github.com/micmonay/keybd_event"
)
func main() {
kb, err :=…
-
Is keybd_event() renamed or is there no way to do it?
-
![Screen Shot 2022-04-06 at 7 19 23 PM](https://user-images.githubusercontent.com/85647342/162089299-45a6d4a0-fe54-4ee9-ae00-478be5eab9cb.png)
Not really sure what's happening here. Looks like it can…
zLeki updated
2 years ago
-
The keybd_event and mouse_event functions used for replay have been superseded by the [SendInput function](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput).
Currentl…
-
How I can send MultipleKeysCommand
Win+Shift+Left?
----
-
Im looking for a way to find the key int value by its name, because the `SetKeys` function requires ints. I know I can do `keybd_events.VK_SP1` but what if i want to get the key based on a string vari…
-
After pressing minimize button the app goes to the taskbar as expected.
However, when I press the icon to maximize it back, nothing happens.
I figured it stays active the whole time (it is highl…
-
```go: downloading gitlab.com/gomidi/midi v1.22.3
go: downloading github.com/micmonay/keybd_event v1.1.0
verifying github.com/micmonay/keybd_event@v1.1.0: checksum mismatch
downloaded: h1:M…