mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-24 05:25:02 +00:00
Compare commits
No commits in common. "master" and "v3.2" have entirely different histories.
3 changed files with 5 additions and 4 deletions
5
FAQ.md
5
FAQ.md
|
@ -166,13 +166,14 @@ Rebooting the device is necessary once this option is set.
|
||||||
|
|
||||||
### Special characters do not work
|
### Special characters do not work
|
||||||
|
|
||||||
The default text injection method is limited to ASCII characters. A trick allows
|
The default text injection method is [limited to ASCII characters][text-input].
|
||||||
to also inject some [accented characters][accented-characters],
|
A trick allows to also inject some [accented characters][accented-characters],
|
||||||
but that's all. See [#37].
|
but that's all. See [#37].
|
||||||
|
|
||||||
To avoid the problem, [change the keyboard mode to simulate a physical
|
To avoid the problem, [change the keyboard mode to simulate a physical
|
||||||
keyboard][hid].
|
keyboard][hid].
|
||||||
|
|
||||||
|
[text-input]: https://github.com/Genymobile/scrcpy/issues?q=is%3Aopen+is%3Aissue+label%3Aunicode
|
||||||
[accented-characters]: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-accented-characters
|
[accented-characters]: https://blog.rom1v.com/2018/03/introducing-scrcpy/#handle-accented-characters
|
||||||
[#37]: https://github.com/Genymobile/scrcpy/issues/37
|
[#37]: https://github.com/Genymobile/scrcpy/issues/37
|
||||||
[hid]: doc/keyboard.md#physical-keyboard-simulation
|
[hid]: doc/keyboard.md#physical-keyboard-simulation
|
||||||
|
|
|
@ -207,7 +207,7 @@ work][donate]:
|
||||||
|
|
||||||
[donate]: https://blog.rom1v.com/about/#support-my-open-source-work
|
[donate]: https://blog.rom1v.com/about/#support-my-open-source-work
|
||||||
|
|
||||||
## License
|
## Licence
|
||||||
|
|
||||||
Copyright (C) 2018 Genymobile
|
Copyright (C) 2018 Genymobile
|
||||||
Copyright (C) 2018-2025 Romain Vimont
|
Copyright (C) 2018-2025 Romain Vimont
|
||||||
|
|
|
@ -27,7 +27,7 @@ Scrcpy is packaged in several distributions and package managers:
|
||||||
- Arch Linux: `pacman -S scrcpy`
|
- Arch Linux: `pacman -S scrcpy`
|
||||||
- Fedora: `dnf copr enable zeno/scrcpy && dnf install scrcpy`
|
- Fedora: `dnf copr enable zeno/scrcpy && dnf install scrcpy`
|
||||||
- Gentoo: `emerge scrcpy`
|
- Gentoo: `emerge scrcpy`
|
||||||
- Snap: ~~`snap install scrcpy`~~ _(obsolete version)_
|
- Snap: `snap install scrcpy`
|
||||||
- … (see [repology](https://repology.org/project/scrcpy/versions))
|
- … (see [repology](https://repology.org/project/scrcpy/versions))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue