Skip to content

Commit

Permalink
fixed #4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jan 10, 2023
2 parents e300fec + 771dcc2 commit 5687dac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>

<a href="https://codecov.io/gh/atomicgo/keyboard" target="_blank">
<img src="https://img.shields.io/github/workflow/status/atomicgo/keyboard/Go?label=tests&style=flat-square" alt="Tests">
<img src="https://img.shields.io/github/actions/workflow/status/atomicgo/keyboard/go.yml?style=flat-square" alt="Tests">
</a>

<a href="https://codecov.io/gh/atomicgo/keyboard" target="_blank">
Expand Down
1 change: 0 additions & 1 deletion input.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ func getKeyPress() (keys.Key, error) {
}

hex := fmt.Sprintf("%x", buf[:numBytes])
fmt.Println(hex)
if k, ok := hexCodes[hex]; ok {
return k, nil
}
Expand Down

0 comments on commit 5687dac

Please sign in to comment.