Missed some printfs
This commit is contained in:
parent
7b401e28b8
commit
ef46068793
4
main.go
4
main.go
@ -40,8 +40,6 @@ const (
|
|||||||
func Press(press [8]byte, file io.Writer) {
|
func Press(press [8]byte, file io.Writer) {
|
||||||
binary.Write(file, binary.BigEndian, press[:])
|
binary.Write(file, binary.BigEndian, press[:])
|
||||||
binary.Write(file, binary.BigEndian, [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
|
binary.Write(file, binary.BigEndian, [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
|
||||||
|
|
||||||
fmt.Println([8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func Hold(press [8]byte, file io.Writer) {
|
func Hold(press [8]byte, file io.Writer) {
|
||||||
@ -139,7 +137,7 @@ func main() {
|
|||||||
T.Close()
|
T.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println(keys)
|
//fmt.Println(keys)
|
||||||
for {
|
for {
|
||||||
var (
|
var (
|
||||||
r rune
|
r rune
|
||||||
|
Loading…
Reference in New Issue
Block a user