- Web-based key editor (Alpine.js SPA) - Actions: shell commands, scripts, built-in media/volume/brightness, page switching - Keyboard shortcut action (wtype/xdotool) - On-device display with periodic command output - Auto page switching (Hyprland, Sway, Niri, GNOME, KDE, X11) - Screensaver with idle detection - Config hot-reload - Multi-device support
17 lines
348 B
Modula-2
17 lines
348 B
Modula-2
module streamdeck-lets-go
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/bearsh/hid v1.6.0
|
|
github.com/dh1tw/streamdeck v1.0.0
|
|
github.com/disintegration/gift v1.2.1
|
|
golang.org/x/image v0.42.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.38.0 // indirect
|
|
)
|