Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
ce84c53c
Commit
ce84c53c
authored
May 19, 2022
by
Yuri Chornoivan
Browse files
Add some docs for Klipper
parent
c1731513
Pipeline
#178269
passed with stage
in 10 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/klipper/index.docbook
View file @
ce84c53c
...
...
@@ -372,7 +372,13 @@ your clipboard contents are <filename>/home/phil/textfile</filename>,
the command
<userinput><command>
kwrite
</command>
<filename>
/home/phil/textfile
</filename></userinput>
will be run. To
include
<token>
%s
</token>
in the command line, escape it with a
backslash, as so:
<userinput>
\%s
</userinput>
.
</para></listitem>
backslash, as so:
<userinput>
\%s
</userinput>
.
</para>
<para>
Entries
<userinput><token>
%0
</token></userinput>
through
<userinput><token>
%9
</token></userinput>
will be replaced by the corresponding captured
texts from the match pattern.
</para>
</listitem>
</varlistentry>
</variablelist>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment