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
4f8ee5f6be34c6692d3e332a3952bd31bcb364c5
go-worm
/
lib
/
agent
T
History
kato
4f8ee5f6be
Add log viewing and downloading functionality to the web interface. Implement interactive log selection with visual feedback, and enhance modifier button states for improved user experience. Update styles for better accessibility and usability of log-related elements.
2026-08-28 13:22:59 +03:00
..
web
Add log viewing and downloading functionality to the web interface. Implement interactive log selection with visual feedback, and enhance modifier button states for improved user experience. Update styles for better accessibility and usability of log-related elements.
2026-08-28 13:22:59 +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