Code

add display mode toggle
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 6 Nov 2006 02:10:27 +0000 (02:10 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 6 Nov 2006 02:10:27 +0000 (02:10 +0000)
doc/keys.html
doc/keys.xml

index 96038c78ca45c0569a3221a20927033b421a072d..9b534b933b39fd28dc74a1d5cc27ddf380c9cd18 100644 (file)
@@ -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>
index 779d7876fd63c09e47445f2957abba72306dc6a9..c0263f3f201dcba02a19ef3a9eb74462aa56a745 100644 (file)
@@ -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>