From 05aaa3195dc511910a1866f7531ca34539059227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sundstr=C3=B6m?= Date: Sun, 3 Mar 2024 12:16:07 +0100 Subject: [PATCH] DOC: Update iOS documentation regarding keyboard input Add description about special keys. --- doc/docportal/other_platforms/ios.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst index f9eebbab4cd..23ee3e944bd 100644 --- a/doc/docportal/other_platforms/ios.rst +++ b/doc/docportal/other_platforms/ios.rst @@ -80,6 +80,26 @@ Keyboard ^^^^^^^^^^^^^^^^^^^^ If no external keyboard is connected, the pinch gesture shows and hides the onscreen keyboard. When an external keyboard is connected the inputs from the external keyboard is enaled by default. +External keyboards are supported and from iOS 13.4 most of the special keys, e.g. function keys, Home and End, are mapped. +For external keyboards missing the special keys, e.g. the Apple Magic Keyboard for iPads, the special keys can be triggered using the following key combinations: + +.. csv-table:: + :widths: 40 60 + :header-rows: 1 + :class: keyboard + + Key combination, Action + CMD + 1, F1 + CMD + 2, F2 + "..." , "..." + CMD + 0, F10 + CMD + SHIFT 1, F11 + CMD + SHIFT 2, F12 + CMD + UP, PAGE UP + CMD + DOWN, PAGE DOWN + CMD + LEFT, HOME + CMD + RIGHT, END + Game controllers ^^^^^^^^^^^^^^^^^^^^