목차

scrcpy

brew 로 설치

brew install scrcpy
# adb 는 따로 설치 필요
sudo apt install adb

Snap Debian/Ubuntu 설치

snap 으로 설치시 /snap/bin/scrcpy, /snap/bin/scrcpy.adb 가 생성됨.

Flatpak

Manjaro/Arch 설치

실행

현재 실행 방식

# 원하는 IME(세벌식용)로 변경. adb 혹은 scrcpy.adb
adb shell ime set "com.egloos.woongyee.sesak/.SesakKeyboardService"
 
# 실행
scrcpy --hid-keyboard --stay-awake --turn-screen-off
 
# IME 원상복구
adb shell ime set "com.lge.ime/.LgeImeImpl"

실행 옵션

단축키

OTG - on the go 모드

scrcpy --otg
# --hid-keyboard --hid-mouse 원하는 기기만 명시

물리 키보드 시뮬레이션 - 한글 입력 & Keyboard

scrcpy --hid-keyboard
scrcpy -K  # short version

자동실행

참조