summaryrefslogtreecommitdiff
path: root/manual/xml/editor_nudging_key_bindings.xml
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-07-09 21:53:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-07-09 21:53:33 +0000
commitbf9b140f233d40a39ac3653c57d666a983d5e94e (patch)
treeda216b756f6e1a85254af1846a935ddf7d9047c9 /manual/xml/editor_nudging_key_bindings.xml
parentfc6673feed2b0b01bf7458874e09fc23d6a4fbc6 (diff)
update key+mouse bindings page to reflect default current bindings for 2.5
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3532 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/editor_nudging_key_bindings.xml')
-rw-r--r--manual/xml/editor_nudging_key_bindings.xml53
1 files changed, 20 insertions, 33 deletions
diff --git a/manual/xml/editor_nudging_key_bindings.xml b/manual/xml/editor_nudging_key_bindings.xml
index 8c0560d0b8..116a409c14 100644
--- a/manual/xml/editor_nudging_key_bindings.xml
+++ b/manual/xml/editor_nudging_key_bindings.xml
@@ -6,6 +6,10 @@
<section id="sn-editor-nudging-key-bindings">
<title>Nudging Key Bindings</title>
+ <para>
+ Nudging will move selected regions if there are any, otherwise the
+ playhead.
+ </para>
<table id="tbl-editor-nudging-key-bindings">
<title>Nudging Key Bindings</title>
<tgroup cols = "2">
@@ -23,46 +27,29 @@
</row>
</thead>
<tbody>
- <row>
- <entry>
- <keycombo><keycap>+</keycap> </keycombo> (keypad)
- </entry>
- <entry>
- nudge forward
- </entry>
- </row>
- <row>
- <entry>
- <keycombo><keycap>Ctrl</keycap><keycap>+</keycap> </keycombo>
- (keypad)
- </entry>
+ <row>
+ <entry>
+ <keycombo><keycap>Keypad +</keycap></keycombo>
+ </entry>
- <entry>
- nudge next forward
- </entry>
- </row>
+ <entry>
+ nudge forward
+ </entry>
+ </row>
- <row>
- <entry>
- <keycombo><keycap>-</keycap> </keycombo> (keypad)
- </entry>
+ <row>
+ <entry>
+ <keycombo><keycap>Keypad -</keycap></keycombo>
+ </entry>
- <entry>
- nudge backward
- </entry>
- </row>
+ <entry>
+ nudge backward
+ </entry>
+ </row>
- <row>
- <entry>
- <keycombo><keycap>Ctrl</keycap><keycap>-</keycap> </keycombo>
- </entry>
- <entry>
- nudge next backward
- </entry>
- </row>
</tbody>
</tgroup>
</table>