Update keymap editing instructions to clarify landscape orientation

Co-authored-by: jonasbark <1151304+jonasbark@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-29 15:31:50 +00:00
parent 65a3374d9c
commit 0118c5a87c

View File

@@ -275,12 +275,12 @@ class _TouchAreaSetupPageState extends State<TouchAreaSetupPage> {
mainAxisSize: MainAxisSize.min,
spacing: 8,
children: [
Text('''1. Create an in-game screenshot of your app (e.g. within MyWhoosh)
Text('''1. Create an in-game screenshot of your app (e.g. within MyWhoosh) in landscape orientation
2. Load the screenshot with the button below
3. Make sure the app is in the correct orientation (portrait or landscape)
3. The app is automatically set to landscape orientation for accurate mapping
4. Press a button on your Zwift device to create a touch area
5. Drag the touch areas to the desired position on the screenshot
5. Save and close this screen'''),
6. Save and close this screen'''),
ElevatedButton(
onPressed: () {
_pickScreenshot();