From 893aceb2b1b70ba47f868a4767309148ed9b2504 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 19 Mar 2021 19:34:04 -0400 Subject: Add gesture docs for unfullscreen and the on-screen keyboard --- gnome-help/C/figures/touch-osk.svg | 881 ++++++++++++++++++++++++++++ gnome-help/C/figures/touch-unfullscreen.svg | 881 ++++++++++++++++++++++++++++ gnome-help/C/keyboard-osk.page | 7 +- gnome-help/C/touchscreen-gestures.page | 11 + gnome-help/Makefile.am | 2 + 5 files changed, 1778 insertions(+), 4 deletions(-) create mode 100644 gnome-help/C/figures/touch-osk.svg create mode 100644 gnome-help/C/figures/touch-unfullscreen.svg diff --git a/gnome-help/C/figures/touch-osk.svg b/gnome-help/C/figures/touch-osk.svg new file mode 100644 index 00000000..78366818 --- /dev/null +++ b/gnome-help/C/figures/touch-osk.svg @@ -0,0 +1,881 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gnome-help/C/figures/touch-unfullscreen.svg b/gnome-help/C/figures/touch-unfullscreen.svg new file mode 100644 index 00000000..4b47a733 --- /dev/null +++ b/gnome-help/C/figures/touch-unfullscreen.svg @@ -0,0 +1,881 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gnome-help/C/keyboard-osk.page b/gnome-help/C/keyboard-osk.page index 2d151808..c0913482 100644 --- a/gnome-help/C/keyboard-osk.page +++ b/gnome-help/C/keyboard-osk.page @@ -73,14 +73,13 @@

You can press the down button to hide the keyboard temporarily. The keyboard will show again - automatically when you next press on something where you can use it.

+ automatically when you next press on something where you can use it. + On a touchscreen, you can also pull up the touchscreen by + dragging up from the bottom edge.

Press the flag button to change your settings for Language or Input Sources.

- diff --git a/gnome-help/C/touchscreen-gestures.page b/gnome-help/C/touchscreen-gestures.page index a546fb35..1794e6fe 100644 --- a/gnome-help/C/touchscreen-gestures.page +++ b/gnome-help/C/touchscreen-gestures.page @@ -52,6 +52,17 @@

Switch Workspace

Place three fingers on the touchpad or touchscreen and gesture left or right.

+ +

+

Exit from fullscreen

+

On a touchscreen, drag down from the top edge to exit from the fullscreen mode of any window.

+ + +

+

Bring up the on-screen keyboard

+

On a touchscreen, drag up from the bottom edge to bring up the + on-screen keyboard, if the on-screen keyboard is enabled.

+ diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am index f9afad10..130da16e 100644 --- a/gnome-help/Makefile.am +++ b/gnome-help/Makefile.am @@ -138,9 +138,11 @@ HELP_MEDIA = \ figures/touch-hold.svg \ figures/touch-overview.svg \ figures/touch-pinch-to-zoom.svg \ + figures/touch-osk.svg \ figures/touch-rotate.svg \ figures/touch-scroll.svg \ figures/touch-tap.svg \ + figures/touch-unfullscreen.svg \ figures/touch-workspaces.svg \ figures/view-more-symbolic.svg \ figures/yelp-icon-big.svg -- cgit v1.2.1