Initialize
This commit is contained in:
parent
138707e5b8
commit
a762e038f2
2
main.go
2
main.go
@ -64,7 +64,7 @@ func main() {
|
|||||||
hidg0 *os.File
|
hidg0 *os.File
|
||||||
err error
|
err error
|
||||||
keymapsF []os.FileInfo
|
keymapsF []os.FileInfo
|
||||||
keys map[string]Keys
|
keys = 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