Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2020 v1.0.0 Jun 11, 2020 Changes in this version + const BoundedNameRegexStr + const NameRegexStr + var Keys = map[string]kbd.Code + var NameRegex = regexp.MustCompile(BoundedNameRegexStr) + type HotKey struct + Keys []kbd.Code + type HotKeyDaemon struct + HotKeys HotKeys + func (hkdc HotKeyDaemon) Schedule(key string) bool + func (hkdc HotKeyDaemon) Start(http KeyScheduler) + type HotKeys map[string]HotKey + type KeyScheduler chan string