Control mouse and keyboard from a smartphone
Find a file
2022-02-21 22:30:16 +01:00
desktop Bump version to 1.1.0 2022-01-29 11:04:23 +01:00
flatpak Switch to go:embed 2022-02-21 22:30:16 +01:00
icon_font Add back button to keys scene and allow fullscreen 2022-01-28 00:14:20 +01:00
screenshots Update screenshots 2022-01-29 11:04:22 +01:00
snap Rename appdata to metainfo 2021-09-18 21:17:53 +02:00
webdata Rename class touchpad to touch 2022-02-03 14:51:54 +01:00
backend.go Add return key 2022-01-27 07:17:23 +01:00
backend_portal.go Update go modules 2020-09-13 10:25:28 +02:00
backend_portal_disabled.go Cosmetics 2020-08-26 03:30:20 +02:00
backend_windows.go Add return key 2022-01-27 07:17:23 +01:00
backend_windows_disabled.go Cosmetics 2020-08-26 03:30:20 +02:00
backend_x11.go Cosmetics 2020-08-26 03:30:20 +02:00
backend_x11_disabled.go Cosmetics 2020-08-26 03:30:20 +02:00
CHANGELOG.md Bump version to 1.1.0 2022-01-29 11:04:23 +01:00
COPYING import project 2018-06-23 17:40:58 +02:00
go.mod Switch to go:embed 2022-02-21 22:30:16 +01:00
go.sum Switch to go:embed 2022-02-21 22:30:16 +01:00
host.go Ignore unparseable IP 2022-01-29 11:04:21 +01:00
icon_windows.go Use tags for go generate 2020-08-26 03:31:59 +02:00
icon_windows.syso New logo 2021-06-06 00:46:14 +02:00
keysyms.generated.go Improve generators 2021-09-18 21:17:52 +02:00
keysyms.generator.go Improve generators 2021-09-18 21:17:52 +02:00
keysyms.go Add return key 2022-01-27 07:17:23 +01:00
main.go Switch to go:embed 2022-02-21 22:30:16 +01:00
qr.go Invert QR code 2022-01-24 09:00:16 +01:00
README.md Fix markdown lint 2021-06-06 00:54:31 +02:00
terminal.go Invert QR code 2022-01-24 09:00:16 +01:00
terminal_posix.go Cosmetics 2020-08-26 03:30:20 +02:00
terminal_windows.go Cosmetics 2020-08-26 03:30:20 +02:00
webdata.go Switch to go:embed 2022-02-21 22:30:16 +01:00

Remote Touchpad

Control mouse and keyboard from the webbrowser of a smartphone (or any other device with a touchscreen). To take control open the displayed URL or scan the QR code.

Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.

Installation

  • Flatpak
  • Snap
  • Windows
  • Golang:
    • Portal & X11: go get -u -tags portal,x11 github.com/Unrud/remote-touchpad
    • Windows: get get -u github.com/Unrud/remote-touchpad

Screenshots

screenshot 1

screenshot 2

screenshot 3

screenshot 4