~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to help/ja/character-map.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-character-map" xml:lang="ja">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
 
6
    <revision version="0.2" date="2013-02-24" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
    <credit type="author">
 
13
      <name>Paul Weaver</name>
 
14
      <email its:translate="no">ch3pjw@bath.ac.uk</email>
 
15
    </credit>
 
16
 
 
17
    <desc>Insert special characters just by clicking on them.</desc>
 
18
  </info>
 
19
 
 
20
  <title>Character Map</title>
 
21
 
 
22
  <comment>
 
23
    <cite date="2013-02-24" href="mailto:ch3pjw@bath.ac.uk">Paul Weaver</cite>
 
24
    <p>This assumes the reader knows how to use gedit in general. By the end of
 
25
    this page, the reader will be able to use the character map plugin to
 
26
    insert characters into their documents.</p>
 
27
  </comment>
 
28
 
 
29
  <p>The <app>Character Map</app> plugin enables you to insert characters into
 
30
  your document that you may not be able to type easily using your keyboard. To
 
31
  enable this plugin, select <guiseq><gui style="menu">gedit</gui>
 
32
  <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
 
33
  <gui>Character Map</gui></guiseq>.</p>
 
34
  
 
35
<section id="using-character-map">
 
36
  <title>Using Character Map</title>
 
37
 
 
38
  <p>Once the plugin is enabled, you can add characters from the
 
39
  <gui style="tab">Character Map</gui> tab of the side panel
 
40
  (<guiseq><gui>View</gui><gui>Side Panel</gui></guiseq>).</p>
 
41
  
 
42
  <steps>
 
43
    <item>
 
44
      <p>Place the cursor at the point in your document at which you would like
 
45
      your special character.</p>
 
46
    </item>
 
47
    <item>
 
48
      <p>Open the side panel by selecting <guiseq><gui>View</gui>
 
49
      <gui>Side Panel</gui></guiseq>, or by pressing <key>F9</key>.</p>
 
50
    </item>
 
51
    <item>
 
52
      <p>Select the <gui>Character Map</gui> tab in the side panel.</p>
 
53
    </item>
 
54
    <item>
 
55
      <p>If neccessary, choose the character set to which your character
 
56
      belongs from the list at the top of the <gui style="tab">Character
 
57
      Map</gui> tab (for example, Arabic).</p>
 
58
    </item>
 
59
    <item>
 
60
      <p>Double click your desired character to insert it.</p>
 
61
    </item>
 
62
  </steps>
 
63
  
 
64
  <note style="tip">
 
65
    <p>You must click on the editing view of your document to continue editing
 
66
    normally.</p>
 
67
  </note>
 
68
 
 
69
</section>
 
70
 
 
71
</page>