Deleted unused constant
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
|||||||
const (
|
const (
|
||||||
SLEEP_TIME = 3 * time.Second
|
SLEEP_TIME = 3 * time.Second
|
||||||
KEYBOARD_BUFER_SIZE = 10000
|
KEYBOARD_BUFER_SIZE = 10000
|
||||||
KEYMAP_BUFFER_SIZE = 32000
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Return map from key numbers to key names like "F1", "Tab", "d"
|
// Return map from key numbers to key names like "F1", "Tab", "d"
|
||||||
|
|||||||
Reference in New Issue
Block a user