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

doc: replace emphasis with the right role :kbd: and :guilabel:

Changeset 751be20434bd

Parent 4fc34be72bc8

by Giampaolo Fadel

Changes to one file · Browse files at 751be20434bd Showing diff from parent 4fc34be72bc8 Diff from another changeset...

 
27
28
29
30
 
31
32
33
34
 
 
35
36
 
37
38
39
 
40
41
42
 
43
44
45
46
 
47
48
49
 
61
62
63
64
 
65
66
67
 
78
79
80
81
82
83
 
 
 
84
 
27
28
29
 
30
31
32
 
 
33
34
35
 
36
37
38
 
39
40
41
 
42
43
44
45
 
46
47
48
49
 
61
62
63
 
64
65
66
67
 
78
79
80
 
 
 
81
82
83
84
@@ -27,23 +27,23 @@
   We define a few keyboard accelerators that all of the TortoiseHg tools support.   -*CTRL-Q* +:kbd:`CTRL-Q`   quit the application, including all open windows   -*CTRL-W* - close the current window (same as *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)   -*CTRL-D* +:kbd:`CTRL-D`   visual diff of currently selected file or changeset   -*CTRL-ENTER* +:kbd:`CTRL-ENTER`   activation   -*F5* +:kbd:`F5`   refresh    On `Mac OS X`_, the apple (command) key is used as the modifier instead -of *CTRL*. However some keyboard accelerators are internal to GTK+ so +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.   @@ -61,7 +61,7 @@
   If you prefer the previous (<=0.7) behavior of directly launching your  visual diff tool, then you can recover that behavior via the user -settings dialog and *TortoiseHg->Skip Diff Window*. +settings dialog and :guilabel:`TortoiseHg->Skip Diff Window`.    Treeview searches  ----------------- @@ -78,7 +78,7 @@
 the first row that matches the text you have entered thus far. As you  enter more keys, it refines it's search.   -* *CTRL-F* will bring up the search window explicitly -* *CTRL-G* will advance the search to the next match, -* *SHIFT-CTRL-G* goes backwards +* :kbd:`CTRL-F` will bring up the search window explicitly +* :kbd:`CTRL-G` will advance the search to the next match, +* :kbd:`SHIFT-CTRL-G` goes backwards  * The mouse scroll wheel will advance forwards and backwards through matching lines