Add docs for virtual keyboard KCM
This commit is contained in:
parent
40eb0e4f0e
commit
22ee512ba6
4 changed files with 48 additions and 0 deletions
|
@ -3,6 +3,7 @@ ecm_optional_add_subdirectory(kwindecoration)
|
|||
ecm_optional_add_subdirectory(kwinscreenedges)
|
||||
ecm_optional_add_subdirectory(kwintabbox)
|
||||
ecm_optional_add_subdirectory(kwintouchscreen)
|
||||
ecm_optional_add_subdirectory(kwinvirtualkeyboard)
|
||||
ecm_optional_add_subdirectory(windowbehaviour)
|
||||
ecm_optional_add_subdirectory(windowspecific)
|
||||
ecm_optional_add_subdirectory(kwineffects)
|
||||
|
|
2
doc/kwinvirtualkeyboard/CMakeLists.txt
Normal file
2
doc/kwinvirtualkeyboard/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
########### install files ###############
|
||||
kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/kwinvirtualkeyboard)
|
44
doc/kwinvirtualkeyboard/index.docbook
Normal file
44
doc/kwinvirtualkeyboard/index.docbook
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?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>
|
||||
<firstname>Yuri</firstname>
|
||||
<surname>Chornoivan</surname>
|
||||
</author>
|
||||
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
||||
</authorgroup>
|
||||
|
||||
<date>2021-04-27</date>
|
||||
<releaseinfo>Plasma 5.22</releaseinfo>
|
||||
|
||||
<keywordset>
|
||||
<keyword>KDE</keyword>
|
||||
<keyword>Systemsettings</keyword>
|
||||
<keyword>virtual</keyword>
|
||||
<keyword>keyboard</keyword>
|
||||
</keywordset>
|
||||
</articleinfo>
|
||||
|
||||
<para>
|
||||
This module lets you choose the virtual keyboard to use. The virtual keyboard will be automatically enabled when there is no hardware keyboard detected.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Select a <ulink url="https://en.wikipedia.org/wiki/Virtual_keyboard">virtual keyboard</ulink>
|
||||
from the list or choose <guilabel>None</guilabel> if you do not want to use any virtual keyboard.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
It is advisable to install corresponding input method engines before using this module.
|
||||
</para>
|
||||
|
||||
</article>
|
|
@ -11,6 +11,7 @@ X-KDE-ParentApp=kcontrol
|
|||
|
||||
X-KDE-System-Settings-Parent-Category=input-devices
|
||||
X-KDE-OnlyShowOnQtPlatforms=wayland;
|
||||
X-DocPath=kcontrol/kwinvirtualkeyboard/index.html
|
||||
|
||||
Name=Virtual Keyboard
|
||||
Comment=Select which virtual keyboard to use
|
||||
|
|
Loading…
Reference in a new issue