mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-29 10:51:44 +02:00
Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
f306cb5eee | |||
c1acb689fe | |||
5837e30afc | |||
9b955aabb9 | |||
d73f91ed5f | |||
b918fadaab | |||
b79775839b | |||
d3e0ba9d9f | |||
e6e8297632 | |||
e94fb28266 | |||
11e953c382 | |||
4845ea6994 | |||
0f0072bcb0 | |||
85d156f6b2 | |||
8d24494b02 | |||
9d1bca99aa | |||
a8cf0896c5 | |||
4767df442e |
18
README.md
18
README.md
@ -67,7 +67,7 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then
|
||||
|
||||
## Features
|
||||
|
||||
<img width="400" alt="Settings UI" src="https://github.com/redphx/better-xcloud/assets/96280/8baddcfa-b528-4ba7-9392-7b5fe60cea11">
|
||||
<img width="400" alt="Settings UI" src="https://github.com/redphx/better-xcloud/assets/96280/6f1e67b3-65a4-406e-91e0-19be58fc0ff6">
|
||||
<br>
|
||||
<img width="600" alt="Stream HUD" src="https://github.com/redphx/better-xcloud/assets/96280/51bdb96c-79ab-402f-902a-a9e6229973b2">
|
||||
<br>
|
||||
@ -116,6 +116,16 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then
|
||||
- **Hide mouse cursor on idle**
|
||||
> Hide the mouse cursor after 3 seconds of not moving.
|
||||
|
||||
### Controller
|
||||
- Enable controller shortcuts
|
||||
> `Home` is the button which activates the Xbox sidebar menu (similar to the Xbox/Nexus button on the official controller).
|
||||
> Not all controllers have this button. It's the `B16` button on the [Gamepad Tester site](https://hardwaretester.com/gamepad).
|
||||
> More shortcuts will be added later.
|
||||
|
||||
| Shortcut | Action |
|
||||
|---------------|------------------|
|
||||
| Home + RB | Take screenshot |
|
||||
| Home + Select | Toggle stats bar |
|
||||
|
||||
### 🔥 Touch controller
|
||||
- **Availability**
|
||||
@ -278,11 +288,13 @@ It's a reference to an Userscript called "better360" that I created many years a
|
||||
|
||||
## Translators
|
||||
- **Chinese (Simplified)**: [@nyavana](https://github.com/nyavana)
|
||||
- **French**: rodolphe.chouteau
|
||||
- **German**: [@KingNothing81](https://github.com/KingNothing81)
|
||||
- **Korean**: [@rightones](https://github.com/rightones)
|
||||
- **Japanese**: Tak_attack, udonshi
|
||||
- **Portuguese (Brazilian)**: [@ricardo404](https://github.com/ricardo404), [@Haisom](https://github.com/Haisom)
|
||||
- **Polish**: [@aleksishere](https://github.com/aleksishere)
|
||||
- **Russian**: [anpom6](https://crowdin.com/profile/anpom6)
|
||||
- **Russian**: anpom6
|
||||
- **Spanish**: [@PabloSebas](https://github.com/PabloSebas)
|
||||
- **Turkish**: [@transbebek](https://github.com/transbebek)
|
||||
- **Vietnamese**: [@redphx](https://github.com/redphx)
|
||||
@ -299,5 +311,5 @@ But if you still really want to donate, I have a [Ko-fi page](https://ko-fi.com/
|
||||
- Icons by [Phosphor Icons](https://phosphoricons.com)
|
||||
|
||||
## Disclaimers
|
||||
- Use as it your own risk.
|
||||
- Use it at your own risk.
|
||||
- This project is not affiliated with Xbox in any way. All Xbox logos/icons/trademarks are copyright of their respective owners.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ==UserScript==
|
||||
// @name Better xCloud
|
||||
// @namespace https://github.com/redphx
|
||||
// @version 1.18
|
||||
// @version 1.19
|
||||
// ==/UserScript==
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user