summaryrefslogtreecommitdiff
path: root/manual/xml/generic_mouse_actions.xml
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-11 09:05:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-11 09:05:39 +0000
commit25b934406a05e143b9e744457e792768a88abe11 (patch)
tree8010060e5dfb38f800f03177e2ee5ff024682e14 /manual/xml/generic_mouse_actions.xml
parent323a947e091ac2d9d2da465cf3acb63fd5e331cb (diff)
removal manual tree from source code, since this has its own website and git repo now
git-svn-id: svn://localhost/ardour2/branches/3.0@14212 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/generic_mouse_actions.xml')
-rw-r--r--manual/xml/generic_mouse_actions.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/manual/xml/generic_mouse_actions.xml b/manual/xml/generic_mouse_actions.xml
deleted file mode 100644
index fdc26d4e6c..0000000000
--- a/manual/xml/generic_mouse_actions.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
-
-]>
-
-<section id="generic-mouse-actions">
- <title>Generic Mouse Actions</title>
- <table id="tbl-generic-mouse-actions">
- <title>Range Operations Key Bindings</title>
- <tgroup cols = "2">
- <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
- <colspec colnum="2" colname="Result" colwidth= "2"/>
- <thead>
- <row>
- <entry>
- Mouse Action
- </entry>
-
- <entry>
- Result
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- <mousebutton>Button3</mousebutton> click
- </entry>
-
- <entry>
- Show context menu for clicked-upon item
- </entry>
- </row>
-
- <row>
- <entry>
- "Delete" click ( <keycombo><keycap>Shift</keycap>
- <mousebutton>Button3</mousebutton> </keycombo> )
- </entry>
-
- <entry>
- Remove clicked upon item
- </entry>
- </row>
-
- <row>
- <entry>
- "Edit" click
- (<keycombo><keycap>Ctrl</keycap><mousebutton>Button3</mousebutton></keycombo>)
- </entry>
-
- <entry>
- Edit clicked upon item (if possible)
- </entry>
- </row>
-
- <row>
- <entry>
- "snap modifier" (<keycap>Mod3</keycap>)
- </entry>
-
- <entry>
- allow continuous dragging when snap-to is selected
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
-
- <para>
- These generic mouse actions can be changed from the options window
- </para>
-</section>