Debug
This commit is contained in:
parent
7edd28714c
commit
24fb916525
2
main.go
2
main.go
@ -68,7 +68,7 @@ func main() {
|
|||||||
hidg0 *os.File
|
hidg0 *os.File
|
||||||
err error
|
err error
|
||||||
keymapsF []os.FileInfo
|
keymapsF []os.FileInfo
|
||||||
keys = make(map[string]Keys)
|
keys = interface{} //make(map[string]Keys)
|
||||||
cfgPath = "./" //path.Join(os.Getenv("XDG_CONFIG_HOME"), "hid")
|
cfgPath = "./" //path.Join(os.Getenv("XDG_CONFIG_HOME"), "hid")
|
||||||
stdin = bufio.NewReader(os.Stdin)
|
stdin = bufio.NewReader(os.Stdin)
|
||||||
currentKeyMap int
|
currentKeyMap int
|
||||||
|
Loading…
Reference in New Issue
Block a user