Skip to content

Commit 5687dac

Browse files
committed
fixed #4
2 parents e300fec + 771dcc2 commit 5687dac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88

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

1313
<a href="https://codecov.io/gh/atomicgo/keyboard" target="_blank">

input.go

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func getKeyPress() (keys.Key, error) {
190190
}
191191

192192
hex := fmt.Sprintf("%x", buf[:numBytes])
193-
fmt.Println(hex)
194193
if k, ok := hexCodes[hex]; ok {
195194
return k, nil
196195
}

0 commit comments

Comments
 (0)