https://github.com/c10udburst/cliptype
Emulate a USB keyboard to paste text from the clipboard from your phone to your computer.
https://github.com/c10udburst/cliptype
android android-app auto-type hid-injection keyboard-emulation root usb-gadget usb-hid
Last synced: about 2 months ago
JSON representation
Emulate a USB keyboard to paste text from the clipboard from your phone to your computer.
- Host: GitHub
- URL: https://github.com/c10udburst/cliptype
- Owner: C10udburst
- Created: 2023-10-13T13:19:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-15T11:02:53.000Z (about 1 year ago)
- Last Synced: 2025-03-18T13:44:56.722Z (2 months ago)
- Topics: android, android-app, auto-type, hid-injection, keyboard-emulation, root, usb-gadget, usb-hid
- Language: Kotlin
- Homepage:
- Size: 110 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usb Clipboard Type
## Description
Emulate a USB keyboard to paste text from the clipboard from your phone to your computer.
## Requirements
- Rooted Android device## Usage
Just copy some text to the clipboard and click the Quick Settings tile to paste it on your computer while connected via USB.## Acknowledgements
- [USB Gadget Tool](https://github.com/tejado/android-usb-gadget) for the script to switch the USB gadget to hid keyboard mode## Roadmap
- [ ] Add support for other keyboard layouts
- [ ] Handle caps lock (?)
- [ ] Improve UI