~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="keyboard-shortcuts" xml:lang="en-GB">

  <info>
   <link type="guide" xref="index#advanced"/>
    <revision pkgversion="3.4" version="0.1" date="2011-12-27" status="candidate"/>
    <credit type="author copyright">
      <name>Chris Beiser</name>
      <email>ctbeiser@gmail.com</email>
      <years>2011</years>
    </credit>
    <credit type="editor">
     <name>Tiffany Antopolski</name>
     <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>

<title>Keyboard shortcuts</title>
<p>This is a list of the keyboard shortcuts you can use in Sudoku.</p>

<section id="starting-restarting">
	<title>Starting and exiting</title>	
<comment><p>Is there a word that encapsulates both starting AND restarting? Didn't include restarting here for the sake of brevity - Chris</p></comment>
	<table frame="all" rules="cols" shade="rows">
		<tr>
			<td><p>New game</p></td>
			<td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Reset game</p></td>
			<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Close the sudoku window</p></td>
			<td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
		</tr>
	</table>
</section>
<section id="helpers">
	<title>Hints and Notes</title>
	<table frame="all" rules="cols" shade="rows">
		<tr>
			<td><p>Hint</p></td>
			<td><p><keyseq><key>Ctrl</key><key>H</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Track Additions</p></td>
			<td><p><keyseq><key>Ctrl</key><key>T</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Clear notes from the top of a cell</p></td>
			<td><p><keyseq><key>Ctrl</key><key>J</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Clear notes from the bottom of a cell</p></td>
			<td><p><keyseq><key>Ctrl</key><key>K</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Add a number to the top notes of a cell</p></td>
			<td><p><keyseq><key>Ctrl</key><key>#</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Remove a number to the top notes of a cell</p></td>
			<td><p><keyseq><key>Alt</key><key>#</key></keyseq></p></td>
		</tr>
	</table>
</section>
<section id="other">
	<title>Other</title>
	<table frame="all" rules="cols" shade="rows">
		<tr>
			<td><p>Print displayed puzzle</p></td>
			<td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Undo</p></td>
			<td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Redo</p></td>
			<td><p><keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq></p></td>
		</tr>
		<tr>
			<td><p>Open Help</p></td>
			<td><p><key>F1</key></p></td>
		</tr>
		<tr>
			<td><p>Switch to fullscreen mode</p></td>
			<td><p><key>F11</key></p></td>
		</tr>
	</table>
</section>
<!--/page-->
</page>