Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyDown = 3 MouseDown = 8 MouseDrag = 10 MouseWheel = 11 )
Variables ¶
This section is empty.
Functions ¶
func StartHookListener ¶
takes down all keymaps for keyboards and mouse
Types ¶
type Window ¶ added in v0.0.2
type Window struct {
WmName string `json:"wm_name"`
WmClass string `json:"wm_class"`
IsActive bool `json:"is_active"`
}
func GetAllWindows ¶ added in v0.0.2
func GetAllWindows() []Window
func MergeWindows ¶ added in v0.0.2
MergeWindows combines the current window with the list of all windows, avoiding duplicates
Click to show internal directories.
Click to hide internal directories.