Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler manages global keyboard shortcuts
func NewHandler ¶
NewHandler creates a new hotkey handler.
func (*Handler) RegisterFunc ¶
RegisterFunc registers an arbitrary hotkey callback.
func (*Handler) RegisterMoveMode ¶
RegisterMoveMode registers the move mode toggle hotkey. Navigation keys (arrows, Enter, Escape) are handled via keyboard grab when move mode is active, not via global hotkey registration.
func (*Handler) SetMoveMode ¶
SetMoveMode sets the move mode controller reference.
Click to show internal directories.
Click to hide internal directories.