[kupfer] help: Add trigger instructions and small language tweaks



commit 62ca53ad3c73c7c31dd60af393fdb833e227500b
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Mar 9 13:31:19 2011 +0100

    help: Add trigger instructions and small language tweaks

 help/C/plugin-triggers.page |   40 +++++++++++++++++++++++++++++-----------
 1 files changed, 29 insertions(+), 11 deletions(-)
---
diff --git a/help/C/plugin-triggers.page b/help/C/plugin-triggers.page
index 2f1adac..bef50ff 100644
--- a/help/C/plugin-triggers.page
+++ b/help/C/plugin-triggers.page
@@ -13,24 +13,25 @@
   <title>Triggers Plugin</title>
   <p>
     With <app>Triggers</app> you can take a command you would normally
-    perform in Kupfer, such as launching an application or opening a
-    document, and bind a global key combination to run this command. As long
-    as Kupfer is running, any application can have the current focus. 
+    perform in <app>Kupfer</app>, such as launching an application or
+    opening a document, and bind a global key combination to run this
+    command. As long as <app>Kupfer</app> is running, any application can
+    have the current focus. 
   </p>
   </section>
   <section>
     <title>Basic Usage</title>
     <steps>
+     <title>Creating a new trigger</title>
      <item>
       <p>
-        Set up a command in Kupfer that you want to run,
+        Set up a command in <app>Kupfer</app> that you want to run
       </p>
      </item>
      <item>
       <p>
-        Press <keyseq><key>Ctrl</key><key>Return</key></keyseq> (or the
-        shortcut you have configured in preferences) to create a composed
-        command.
+        Press <keyseq><key>Ctrl</key><key>Return</key></keyseq>  to create a
+        <em>composed command</em>.
       </p>
      </item>
      <item>
@@ -49,6 +50,21 @@
       </p>
      </item>
     </steps>
+    <steps>
+     <title>Removing a trigger</title>
+     <item>
+      <p>
+        Find the source <em>Triggers</em> in <app>Kupfer</app> and
+        press <key>â??</key> to see its contents.
+      </p>
+     </item>
+     <item>
+      <p>
+        Find the active trigger in the list and use the action <em>Remove
+          Trigger</em>.
+      </p>
+     </item>
+    </steps>
     <p> Since trigger keyboard shortcuts are global, they can be used from
       any application. Select shortcuts with care so that they do
       not conflict with other functions.
@@ -71,10 +87,12 @@
    <title>Example Triggers</title>
    <terms>
      <item>
-       <title><em>Firefox â?? Launch</em></title>
-       <p> Start a program if it is already running,
-       else focus its window.
-     </p></item>
+       <title><em>Text Editor â?? Launch</em></title>
+       <p>
+         Start <em>Text Editor</em> or focus its window if it is already
+         running.
+       </p>
+     </item>
      <item>
          <title><em>Selected Text â?? Search With â?? Google</em></title>
          <p>Search the web using the currently selected text.  </p></item>



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