summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-06 02:10:27 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-06 02:10:27 +0000
commitf40fc03d970b83ee4e24b29644454ad05b4fdc92 (patch)
treece44a506476134b383c78e9ed47845457d3acb76 /doc
parenttweaks (diff)
downloadinkscape-f40fc03d970b83ee4e24b29644454ad05b4fdc92.tar.gz
inkscape-f40fc03d970b83ee4e24b29644454ad05b4fdc92.zip
add display mode toggle
(bzr r1907)
Diffstat (limited to 'doc')
-rw-r--r--doc/keys.html8
-rw-r--r--doc/keys.xml7
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/keys.html b/doc/keys.html
index 96038c78c..9b534b933 100644
--- a/doc/keys.html
+++ b/doc/keys.html
@@ -58,6 +58,7 @@ RFE</a>).</p><table border="0" cellspacing="0" cellpadding="4"><tr><td colspan="
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+L</span></td><td><span class="action">Layers</span></td></tr>
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+A</span></td><td><span class="action">Align and Distribute</span></td></tr>
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+O</span></td><td><span class="action">Object Properties</span></td></tr>
+<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+H</span></td><td><span class="action">Undo history</span></td></tr>
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+X</span></td><td><span class="action">XML Editor</span></td></tr>
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+D</span></td><td><span class="action">Document Preferences</span></td></tr>
<tr bgcolor="f0eae7"><td align="right"><span class="key">Shift+Ctrl+P</span></td><td><span class="action">Inkscape Preferences</span></td></tr>
@@ -173,6 +174,11 @@ RFE</a>).</p><table border="0" cellspacing="0" cellpadding="4"><tr><td colspan="
<tr bgcolor="e5f1e7"><td colspan="3"><span class="note">If you want to have different values for grid visibility and snapping, set them via the Document Options dialog.</span></td></tr>
<tr bgcolor="e5f1e7"><td colspan="3"><span class="note">Note that only the 3 key on the main keyboard works, not on the keypad.</span></td></tr>
+
+
+<tr bgcolor="e5f1e7"><td colspan="3"><h4>Display mode</h4></td></tr>
+<tr bgcolor="e5f1e7"><td align="right"><span class="key">Ctrl+keypad 5</span></td><td><span class="action">toggle normal/outline mode</span></td></tr>
+
<tr><td colspan="3"><h1>Palette</h1></td></tr>
<tr bgcolor="efcfdf"><td colspan="3"><span class="note">These keys work both in the floating palette dialog and in the palette frame at the bottom of the window.</span></td></tr>
@@ -1036,7 +1042,7 @@ RFE</a>).</p><table border="0" cellspacing="0" cellpadding="4"><tr><td colspan="
<tr bgcolor="eefdf3"><td colspan="3"><span class="note">Enter in regular text creates new line; in flowed text it creates a new paragraph</span></td></tr>
<tr bgcolor="eefdf3"><td align="right"><span class="key">Ctrl+U</span></td><td><span class="action">toggle Unicode entry</span></td></tr>
<tr bgcolor="eefdf3"><td colspan="3"><span class="note">To insert an arbitrary Unicode character, type Ctrl+U, then the hexadecimal code point, then Enter.</span></td></tr>
-<tr bgcolor="eefdf3"><td colspan="3"><span class="note">For example, Ctrl+U 2 0 1 4 Enter inserts an em-dash.</span></td></tr>
+<tr bgcolor="eefdf3"><td colspan="3"><span class="note">For example, type Ctrl+U 2 0 1 4 Enter for an em-dash; Ctrl+U a 9 Enter for a copyright sign.</span></td></tr>
<tr bgcolor="eefdf3"><td colspan="3"><span class="note">To stay in Unicode mode after inserting the character, press Space instead of Enter.</span></td></tr>
<tr bgcolor="eefdf3"><td colspan="3"><span class="note">Press Esc or another Ctrl+U to cancel Unicode mode without inserting the character.</span></td></tr>
<tr bgcolor="eefdf3"><td align="right"><span class="key">Ctrl+Space</span></td><td><span class="action">insert no-break space</span></td></tr>
diff --git a/doc/keys.xml b/doc/keys.xml
index 779d7876f..c0263f3f2 100644
--- a/doc/keys.xml
+++ b/doc/keys.xml
@@ -154,6 +154,11 @@ RFE</a>).</p>
<note>If you want to have different values for grid visibility and snapping, set them via the Document Options dialog.</note>
<note>Note that only the 3 key on the main keyboard works, not on the keypad.</note>
</group>
+
+<group>
+<title>Display mode</title>
+<keys><key><ctrl/><misc-wide f="keypad 5"/></key> <action>toggle normal/outline mode</action></keys>
+</group>
</section>
*<section title="Palette" color="efcfdf">
@@ -1079,7 +1084,7 @@ RFE</a>).</p>
<note>Enter in regular text creates new line; in flowed text it creates a new paragraph</note>
<keys><key><ctrl/>U</key> <action>toggle Unicode entry</action></keys>
<note>To insert an arbitrary Unicode character, type Ctrl+U, then the hexadecimal code point, then Enter.</note>
-<note>For example, Ctrl+U 2 0 1 4 Enter inserts an em-dash.</note>
+<note>For example, type Ctrl+U 2 0 1 4 Enter for an em-dash; Ctrl+U a 9 Enter for a copyright sign.</note>
<note>To stay in Unicode mode after inserting the character, press Space instead of Enter.</note>
<note>Press Esc or another Ctrl+U to cancel Unicode mode without inserting the character.</note>
<keys><key><ctrl/><misc-wide f="Space"/></key> <action>insert no-break space</action></keys>