~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/manual_34.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<html xmlns="http://www.w3.org/1999/xhtml">
5
5
<!-- XML file produced from file: manual.tex
6
6
     using Hyperlatex v 2.6 (c) Otfried Cheong
7
 
     on Emacs 21.3.2, Sat Jun  5 10:52:32 2004 -->
 
7
     on Emacs 21.3.1, Mon Nov 22 10:30:53 2004 -->
8
8
<head>
9
9
<title>Ipe Manual -- 13 Customizing Ipe</title>
10
10
 
18
18
}
19
19
</style>
20
20
 
21
 
<META HTTP-EQUIV="Content-Type" 
 
21
<meta http-equiv="Content-Type" 
22
22
        content="text/html; charset=UTF-8">
23
23
</head>
24
24
<body bgcolor="#ffffe6">
30
30
<p>Ipe contains support for localizing the user interface into another
31
31
language.  Contact me if you wish to do such a localization project.
32
32
<p>The keyboard shortcuts used by Ipe can be customized to your personal
33
 
taste.  Save the current configuration into, say, a file
34
 
<i>ipekeys.qm</i> using the function <em>Save keys</em> from the
35
 
<em>Help</em> menu.  Translate <i>ipekeys.qm</i> into XML format using
 
33
taste.  From the command line, run Ipe as
 
34
<pre>
 
35
ipe -savekeys ipekeys.qm
 
36
</pre>
 
37
This will save Ipe's untranslated keys into the file
 
38
<i>ipekeys.qm</i>.  Translate <i>ipekeys.qm</i> into XML format using
36
39
<code>qm2ts</code> (from Qt&nbsp;3), edit the resulting <i>ipekeys.ts</i> file
37
 
(you can discard all the definitions you do not wish to change), and
38
 
compile back into <i>.qm</i> format using <code>lrelease</code>.  Install
39
 
the resulting file as <i>.ipekeys.qm</i> in your home directory, and
40
 
restart Ipe.
 
40
(you can discard definitions you do not wish to change, but see the
 
41
note in the example below), and compile back into <i>.qm</i> format
 
42
using <code>lrelease</code>.  Install the resulting file as
 
43
<i>.ipe/ipekeys.qm</i> in your home directory, and restart Ipe.
41
44
<p>Here is an example of an edited <i>ipekeys.ts</i> by Kostas Oikonomou:
42
45
<pre>
43
46
&lt;!DOCTYPE TS&gt;&lt;TS&gt;
78
81
&lt;/TS&gt;
79
82
</pre>
80
83
<p>If you are using Qt version&nbsp;3.1.0 or higher (see <em>Help menu</em>,
81
 
<em>About Qt</em> if you don't know), you can use shortcuts consisting
 
84
<em>About Ipe</em> if you don't know), you can use shortcuts consisting
82
85
of more than one key, such as <em>Ctrl+X,Ctrl+C</em> as in the example
83
86
above (use commas to separate the key presses--up to four are
84
87
supported).