Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

doc: fix case of keyboard accelerators

Changeset 3df8bec175c0

Parent c70477d8190f

by Giampaolo Fadel

Changes to 5 files · Browse files at 3df8bec175c0 Showing diff from parent c70477d8190f Diff from another changeset...

 
155
156
157
158
 
159
160
161
 
155
156
157
 
158
159
160
161
@@ -155,7 +155,7 @@
 changes into a repository, so this must be done on the command line with  the :command:`hg import` command.   -This changeset browser also supports the :kbd:`CTRL-C` keyboard +This changeset browser also supports the :kbd:`Ctrl-C` keyboard  accelerator to copy hightlighted diff hunks to the clipboard.    Configurables
 
147
148
149
150
 
151
152
 
153
154
155
 
305
306
307
308
 
309
310
311
 
147
148
149
 
150
151
 
152
153
154
155
 
305
306
307
 
308
309
310
311
@@ -147,9 +147,9 @@
 Keyboard navigation  -------------------   -:kbd:`CTRL-ENTER` +:kbd:`Ctrl-Enter`   will trigger the commit -:kbd:`CTRL-C` +:kbd:`Ctrl-C`   In the diff panel will copy the currently highlighted (not selected,   but highlighted) diff hunks to the clipboard. These can be pasted   into a text buffer to generate any arbitrary patch based from the @@ -305,7 +305,7 @@
 * The message pane context menu now has options for inserting selected   filenames, and configuring/applying a layout format.  * :guilabel:`Ctrl-O` keyboard accelerator for triggering commit has been - replaced with :guilabel:`CTRL-Enter` accelerator which is common to + replaced with :guilabel:`Ctrl-Enter` accelerator which is common to   many THG dialogs  * Support for two-parent state (merging) has been improved, especially   the file context menus.
 
26
27
28
29
 
30
31
32
33
 
 
34
35
 
36
37
38
 
39
40
41
42
43
44
45
 
46
47
48
 
75
76
77
78
79
80
 
 
 
81
82
83
 
93
94
95
96
97
 
 
98
99
 
26
27
28
 
29
30
31
 
 
32
33
34
 
35
36
37
 
38
39
40
41
42
43
44
 
45
46
47
48
 
75
76
77
 
 
 
78
79
80
81
82
83
 
93
94
95
 
 
96
97
98
99
@@ -26,23 +26,23 @@
   We define a few keyboard accelerators that all of the TortoiseHg tools support.   -:kbd:`CTRL-Q` +:kbd:`Ctrl-Q`   quit the application, including all open windows   -:kbd:`CTRL-W` - close the current window (same as :kbd:`CTRL-Q` if only one window is open) +:kbd:`Ctrl-W` + close the current window (same as :kbd:`Ctrl-Q` if only one window is open)   -:kbd:`CTRL-D` +:kbd:`Ctrl-D`   visual diff of currently selected file or changeset   -:kbd:`CTRL-ENTER` +:kbd:`Ctrl-Enter`   activation    :kbd:`F5`   refresh    On `Mac OS X <http://bitbucket.org/tortoisehg/stable/wiki/MacOSX>`_, the apple -(command) key is used as the modifier instead of :kbd:`CTRL`. However some +(command) key is used as the modifier instead of :kbd:`Ctrl`. However some  keyboard accelerators are internal to GTK+ so you must use the control key to  access cut-paste functionality, for instance.   @@ -75,9 +75,9 @@
 jump to the first row that matches the text you have entered thus far.  As you enter more characters, the search is refined.   -* :kbd:`CTRL-F` opens the search window explicitly -* :kbd:`CTRL-G` advances the search to the next match -* :kbd:`SHIFT-CTRL-G` searches backwards +* :kbd:`Ctrl-F` opens the search window explicitly +* :kbd:`Ctrl-G` advances the search to the next match +* :kbd:`Shift-Ctrl-G` searches backwards  * The mouse scroll wheel will advance forwards and backwards through   matching lines   @@ -93,7 +93,7 @@
 completed, so a simple :kbd:`Enter` is all that is required to close  the window.   -*hgcmd* also responds appropriately to the global :kbd:`CTRL-W` and -:kbd:`CTRL-Q` keyboard accelerators. +*hgcmd* also responds appropriately to the global :kbd:`Ctrl-W` and +:kbd:`Ctrl-Q` keyboard accelerators.    .. vim: noet ts=4
 
59
60
61
62
 
63
64
65
 
59
60
61
 
62
63
64
65
@@ -59,7 +59,7 @@
   The following typographical conventions are used in this manual:   -:kbd:`CTRL-A` +:kbd:`Ctrl-A`   Indicates a key, or combination of keys, to press.    :guilabel:`Commit`
 
103
104
105
106
 
107
108
109
 
103
104
105
 
106
107
108
109
@@ -103,7 +103,7 @@
 Keyboard navigation  -------------------   -:guilabel:`CTRL-C` +:guilabel:`Ctrl-C`   in the diff panel will copy the currently highlighted (not selected,   but highlighted) diff hunks to the clipboard. These can be pasted   into a text buffer to generate any arbitrary patch based from the