Update README-GR.md

This commit is contained in:
tsarmis 2023-03-05 19:08:32 +02:00 committed by GitHub
parent 5cf5e586d5
commit f43c799883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ VCPKG_ROOT=$HOME/vcpkg cargo run
## Υποστήριξη Wayland
Wayland does not seem to provide any API for sending keypresses to other windows. Therefore, the rustdesk uses an API from a lower level, namely the `/dev/uinput` device (Linux kernel level).
Το Wayland προς το παρόν δεν διαθέτει κάποιο API το οποίο να στέλνει τα πατήματα πλήκτρων στα υπόλοιπα παράθυρα. Για τον λόγο αυτό, το Rustdesk χρησιμοποιεί ένα API από κατώτερο επίπεδο, όπως το `/dev/uinput` συσκευή (Linux kernel level).
When wayland is the controlled side, you have to start in the following way:
```bash