[gnome-terminal] help: Add docs for read-only mode, bug 728488



commit b24707e5caefef48215b431a7159f7f8123340d0
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Thu Oct 23 20:02:01 2014 +0100

    help: Add docs for read-only mode, bug 728488

 help/C/pref-user-input.page |   47 +++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am            |    1 +
 2 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/help/C/pref-user-input.page b/help/C/pref-user-input.page
new file mode 100644
index 0000000..74694fd
--- /dev/null
+++ b/help/C/pref-user-input.page
@@ -0,0 +1,47 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="pref-user-input">
+
+  <info>
+    <revision pkgversion="3.14" date="2014-10-23" status="review"/>
+    <link type="guide" xref="index#preferences"/>
+
+    <credit type="author copyright">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756 gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Do not send user input to the application running in the
+    terminal.</desc>
+
+  </info>
+
+  <title>Disble user input</title>
+
+  <p>You can prevent user input into the terminal from being passed to the
+  application which is currently running in the terminal. This will prevent any
+  keypresses, mouse clicks and mouse movement from affecting the application.
+  You will still be able to interact with the terminal itself using the
+  keyboard for scrolling and your mouse for selecting text. You will also be
+  able to copy selected text from the terminal, but you will not be able to
+  paste text into the terminal.</p>
+
+  <p>To use the read only mode:</p>
+
+  <steps>
+    <item>
+      <p>Right click in the <app>Terminal</app> window or select
+      the <gui style="menu">Terminal</gui> menu.</p>
+    </item>
+    <item>
+      <p>Select <gui style="menuitem">Read-Only</gui> so that it is checked.</p>
+    </item>
+  </steps>
+
+  <p>You can disable the read only mode by unchecking
+  <gui style="menuitem">Read-Only</gui>.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index e96b060..9c02a74 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -36,6 +36,7 @@ HELP_FILES = \
        pref-scrolling.page \
        pref-tab-window.page \
        pref-theme.page \
+       pref-user-input.page \
        profile.page \
        prob-reset.page \
        txt-copy-paste.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]