[Scummvm-git-logs] scummvm master -> f7f152ca1d41313f8e95ffca5bc0a36f1d1d034f

sev- noreply at scummvm.org
Thu Jan 4 23:13:09 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f7f152ca1d DOCS: Fix for real the csv (!) table with iOS controls


Commit: f7f152ca1d41313f8e95ffca5bc0a36f1d1d034f
    https://github.com/scummvm/scummvm/commit/f7f152ca1d41313f8e95ffca5bc0a36f1d1d034f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-01-05T00:12:33+01:00

Commit Message:
DOCS: Fix for real the csv (!) table with iOS controls

An extra comma in 2 messages was confusing the parser

Changed paths:
    doc/docportal/other_platforms/ios.rst


diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index 369922fbd94..f9eebbab4cd 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -39,8 +39,8 @@ Controls
         One finger tap, Left mouse click
         :ref:`twofinger`, Right mouse click
         :ref:`twofingerdouble`, ESC
-        One finger press & hold for >0.5s, Left mouse button hold and drag, such as for selection from action wheel in Curse of Monkey Island
-        Two fingers press & hold for >0.5s, Right mouse button hold and drag, such as for selection from action wheel in Tony Tough
+        One finger press & hold for >0.5s, "Left mouse button hold and drag, such as for selection from action wheel in Curse of Monkey Island"
+        Two fingers press & hold for >0.5s, "Right mouse button hold and drag, such as for selection from action wheel in Tony Tough"
         Two finger swipe (left to right), Toggles between touch direct mode and touchpad mode
         Two finger swipe (right to left), Show/hide on-screen control (iOS 15 and later)
         Two finger swipe (top to bottom), Global Main Menu




More information about the Scummvm-git-logs mailing list