An open API service indexing awesome lists of open source software.

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.

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