This website requires JavaScript.
Explore
Help
Sign In
kato
/
go-worm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ea71090a53a8f5e66b8a6763f96f3d7c58fa1766
go-worm
/
lib
/
agent
T
History
kato
ea71090a53
Refactor input handling to unify mouse and keyboard input structures. Update key event processing to support extended key flags and improve error logging for input operations. Adjust key mappings for consistency across input types.
2026-08-28 13:20:04 +03:00
..
web
Add key input handling functionality to the agent. Implement API endpoint for sending key presses with support for action types (tap, down, up) and modifiers. Update web interface to allow users to send keys and toggle modifier states through a new interactive element.
2026-08-28 13:11:56 +03:00
agent.go
Add key input handling functionality to the agent. Implement API endpoint for sending key presses with support for action types (tap, down, up) and modifiers. Update web interface to allow users to send keys and toggle modifier states through a new interactive element.
2026-08-28 13:11:56 +03:00
handlers.go
Refactor input handling to unify mouse and keyboard input structures. Update key event processing to support extended key flags and improve error logging for input operations. Adjust key mappings for consistency across input types.
2026-08-28 13:20:04 +03:00
web.go
Update README with build instructions for Windows and refactor agent handlers. Replace handleIndex with handleWeb in Serve method, and remove handleIndex function from handlers.go.
2026-08-18 16:55:42 +03:00