mirror of https://github.com/jetkvm/kvm.git
* feat: send all paste keystrokes to backend * feat: cancel paste mode * wip: send macro using hidRPC channel * add delay * feat: allow paste progress to be cancelled * allow user to override delay * chore: clear keysDownState * fix: use currentSession.reportHidRPCKeyboardMacroState * fix: jsonrpc.go:1142:21: Error return value is not checked (errcheck) * fix: performance issue of Uint8Array concat * chore: hide delay option when debugMode isn't enabled * feat: use clientSide macro if backend doesn't support macros * fix: update keysDownState handling * minor issues * refactor * fix: send duplicated keyDownState * chore: add max length for paste text --------- Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| constants | ||
| hooks | ||
| keyboardLayouts | ||
| providers | ||
| routes | ||
| api.ts | ||
| cva.config.ts | ||
| index.css | ||
| keyboardLayouts.ts | ||
| keyboardMappings.ts | ||
| main.tsx | ||
| notifications.tsx | ||
| root.tsx | ||
| ui.config.ts | ||
| utils.ts | ||
| webrtc.d.ts | ||