From 60d12b91f2688a379b12de756aed065faa6fb5c3 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 10 Apr 2021 18:59:20 +0300 Subject: [PATCH] Add touch screen KCM docs --- doc/CMakeLists.txt | 1 + doc/kwintouchscreen/CMakeLists.txt | 2 + doc/kwintouchscreen/index.docbook | 40 +++++++++++++++++++ .../kwinscreenedges/kwintouchscreen.desktop | 1 + 4 files changed, 44 insertions(+) create mode 100644 doc/kwintouchscreen/CMakeLists.txt create mode 100644 doc/kwintouchscreen/index.docbook diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 4b9858e596..22bd4a3a6b 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -2,6 +2,7 @@ ecm_optional_add_subdirectory(desktop) ecm_optional_add_subdirectory(kwindecoration) ecm_optional_add_subdirectory(kwinscreenedges) ecm_optional_add_subdirectory(kwintabbox) +ecm_optional_add_subdirectory(kwintouchscreen) ecm_optional_add_subdirectory(windowbehaviour) ecm_optional_add_subdirectory(windowspecific) ecm_optional_add_subdirectory(kwineffects) diff --git a/doc/kwintouchscreen/CMakeLists.txt b/doc/kwintouchscreen/CMakeLists.txt new file mode 100644 index 0000000000..3c3bb44975 --- /dev/null +++ b/doc/kwintouchscreen/CMakeLists.txt @@ -0,0 +1,2 @@ +########### install files ############### +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/kwintouchscreen) diff --git a/doc/kwintouchscreen/index.docbook b/doc/kwintouchscreen/index.docbook new file mode 100644 index 0000000000..ca051bcca1 --- /dev/null +++ b/doc/kwintouchscreen/index.docbook @@ -0,0 +1,40 @@ + + + +]> + +
+ + +Touch Screen + +&Mike.McBride; &Mike.McBride.mail; + + + +2021-04-10 +Plasma 5.20 + + +KDE +Systemsettings +touch +screen + + + +Swiping from the screen edge towards the center of the screen allow you to activate effects. Here you can configure which effect will get activated on each edge of the screen. + + +Click with any mouse button onto a square and select an effect +in the context menu. Edges with a blue square have already an attached effect, +a grey-colored square indicates that no effect is selected for this edge. + +The number of accessible items in the context menu depends on the settings in the module + +Desktop Effects in the Workspace +category. Select your favorite effects from the Window Management +group. This activates the corresponding items in the context menu. +
diff --git a/src/kcmkwin/kwinscreenedges/kwintouchscreen.desktop b/src/kcmkwin/kwinscreenedges/kwintouchscreen.desktop index ee9ceaa977..49e9728b07 100644 --- a/src/kcmkwin/kwinscreenedges/kwintouchscreen.desktop +++ b/src/kcmkwin/kwinscreenedges/kwintouchscreen.desktop @@ -2,6 +2,7 @@ Icon=preferences-desktop-gestures-touch Type=Service X-KDE-ServiceTypes=KCModule +X-DocPath=kcontrol/kwintouchscreen/index.html X-KDE-Library=kcm_kwintouchscreen X-KDE-ParentApp=kcontrol