Add touch screen KCM docs
This commit is contained in:
parent
9667fc6493
commit
60d12b91f2
4 changed files with 44 additions and 0 deletions
|
@ -2,6 +2,7 @@ ecm_optional_add_subdirectory(desktop)
|
||||||
ecm_optional_add_subdirectory(kwindecoration)
|
ecm_optional_add_subdirectory(kwindecoration)
|
||||||
ecm_optional_add_subdirectory(kwinscreenedges)
|
ecm_optional_add_subdirectory(kwinscreenedges)
|
||||||
ecm_optional_add_subdirectory(kwintabbox)
|
ecm_optional_add_subdirectory(kwintabbox)
|
||||||
|
ecm_optional_add_subdirectory(kwintouchscreen)
|
||||||
ecm_optional_add_subdirectory(windowbehaviour)
|
ecm_optional_add_subdirectory(windowbehaviour)
|
||||||
ecm_optional_add_subdirectory(windowspecific)
|
ecm_optional_add_subdirectory(windowspecific)
|
||||||
ecm_optional_add_subdirectory(kwineffects)
|
ecm_optional_add_subdirectory(kwineffects)
|
||||||
|
|
2
doc/kwintouchscreen/CMakeLists.txt
Normal file
2
doc/kwintouchscreen/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
########### install files ###############
|
||||||
|
kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/kwintouchscreen)
|
40
doc/kwintouchscreen/index.docbook
Normal file
40
doc/kwintouchscreen/index.docbook
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
|
||||||
|
"dtd/kdedbx45.dtd" [
|
||||||
|
<!ENTITY % addindex "IGNORE">
|
||||||
|
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
||||||
|
]>
|
||||||
|
|
||||||
|
<article id="kwinscreenedges" lang="&language;">
|
||||||
|
<articleinfo>
|
||||||
|
|
||||||
|
<title>Touch Screen</title>
|
||||||
|
<authorgroup>
|
||||||
|
<author>&Mike.McBride; &Mike.McBride.mail;</author>
|
||||||
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||||
|
</authorgroup>
|
||||||
|
|
||||||
|
<date>2021-04-10</date>
|
||||||
|
<releaseinfo>Plasma 5.20</releaseinfo>
|
||||||
|
|
||||||
|
<keywordset>
|
||||||
|
<keyword>KDE</keyword>
|
||||||
|
<keyword>Systemsettings</keyword>
|
||||||
|
<keyword>touch</keyword>
|
||||||
|
<keyword>screen</keyword>
|
||||||
|
</keywordset>
|
||||||
|
</articleinfo>
|
||||||
|
|
||||||
|
<para>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.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>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.</para>
|
||||||
|
|
||||||
|
<para>The number of accessible items in the context menu depends on the settings in the module
|
||||||
|
<ulink url="help:/kcontrol/kwineffects/index.html">
|
||||||
|
<guilabel>Desktop Effects</guilabel></ulink> in the <guilabel>Workspace</guilabel>
|
||||||
|
category. Select your favorite effects from the <guilabel>Window Management</guilabel>
|
||||||
|
group. This activates the corresponding items in the context menu.</para>
|
||||||
|
</article>
|
|
@ -2,6 +2,7 @@
|
||||||
Icon=preferences-desktop-gestures-touch
|
Icon=preferences-desktop-gestures-touch
|
||||||
Type=Service
|
Type=Service
|
||||||
X-KDE-ServiceTypes=KCModule
|
X-KDE-ServiceTypes=KCModule
|
||||||
|
X-DocPath=kcontrol/kwintouchscreen/index.html
|
||||||
|
|
||||||
X-KDE-Library=kcm_kwintouchscreen
|
X-KDE-Library=kcm_kwintouchscreen
|
||||||
X-KDE-ParentApp=kcontrol
|
X-KDE-ParentApp=kcontrol
|
||||||
|
|
Loading…
Reference in a new issue