We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e300fec + 771dcc2 commit 5687dacCopy full SHA for 5687dac
README.md
@@ -7,7 +7,7 @@
7
</a>
8
9
<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">
+<img src="https://img.shields.io/github/actions/workflow/status/atomicgo/keyboard/go.yml?style=flat-square" alt="Tests">
11
12
13
input.go
@@ -190,7 +190,6 @@ func getKeyPress() (keys.Key, error) {
190
}
191
192
hex := fmt.Sprintf("%x", buf[:numBytes])
193
- fmt.Println(hex)
194
if k, ok := hexCodes[hex]; ok {
195
return k, nil
196
0 commit comments