~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to doc/pcb.html/Translations.html

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>Pcb</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="Pcb">
 
6
<meta name="generator" content="makeinfo 4.6">
 
7
<meta http-equiv="Content-Style-Type" content="text/css">
 
8
<style type="text/css"><!--
 
9
  pre.display { font-family:inherit }
 
10
  pre.format  { font-family:inherit }
 
11
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
12
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
13
  pre.smallexample { font-size:smaller }
 
14
  pre.smalllisp    { font-size:smaller }
 
15
--></style>
 
16
</head>
 
17
<body>
 
18
<div class="node">
 
19
<p>
 
20
Node:&nbsp;<a name="Translations">Translations</a>,
 
21
Previous:&nbsp;<a rel="previous" accesskey="p" href="Actions.html#Actions">Actions</a>,
 
22
Up:&nbsp;<a rel="up" accesskey="u" href="X11-Interface.html#X11%20Interface">X11 Interface</a>
 
23
<hr><br>
 
24
</div>
 
25
 
 
26
<h3 class="section">Default Translations</h3>
 
27
 
 
28
<p>This section covers some default translations of key and button events as
 
29
defined in the shipped default application resource file. Most of them have
 
30
already been listed in <a href="Actions.html#Actions">Actions</a>. <code>Pcb</code> makes use of a nice <code>X11</code>
 
31
feature; calling several action routines for one event.
 
32
 
 
33
     <dl>
 
34
 
 
35
     <br><dt><code>None&lt;Key&gt;BackSpace:</code>
 
36
     <dd><br><dt><code>None&lt;key&gt;Delete:</code>
 
37
     <dd><dt><code>!Shift&lt;Key&gt;BackSpace:</code>
 
38
     <dd><dt><code>!Shift Ctrl&lt;Btn1&gt;:</code>
 
39
     <dd>The object at the cursor location is removed by <em>None&lt;Key&gt;BackSpace</em> or
 
40
<em>Shift Ctrl&lt;Btn1&gt;</em> whereas <em>Shift&lt;Key&gt;BackSpace</em> also removes
 
41
all other objects that are fully-connected to the one at the cursor location.
 
42
 
 
43
     <br><dt><code>!Mod1 Ctrl&lt;Key&gt;Left:</code>
 
44
     <dd><dt><code>!Mod1 Ctrl&lt;Key&gt;Right:</code>
 
45
     <dd><dt><code>!Mod1 Ctrl&lt;Key&gt;Up:</code>
 
46
     <dd><dt><code>!Mod1 Ctrl&lt;Key&gt;Down:</code>
 
47
     <dd>Scroll one page in one of the four directions.
 
48
 
 
49
     <br><dt><code>None&lt;Key&gt;Left:, !Shift&lt;Key&gt;Left:</code>
 
50
     <dd><dt><code>None&lt;Key&gt;Right:, !Shift&lt;Key&gt;Right:</code>
 
51
     <dd><dt><code>None&lt;Key&gt;Up:, !Shift&lt;Key&gt;Up:</code>
 
52
     <dd><dt><code>None&lt;Key&gt;Down:, !Shift&lt;Key&gt;Down:</code>
 
53
     <dd>Move cross hair either one or ten points in grid.
 
54
 
 
55
     <br><dt><code>None&lt;Key&gt;Return:</code>
 
56
     <dd>Finished user input, selects the 'default' button of dialogs.
 
57
 
 
58
     <br><dt><code>None&lt;Key&gt;Escape:</code>
 
59
     <dd><em>Mode(Reset)</em>, aborts user input, selects the 'abort' button of
 
60
dialogs or resets all modes.
 
61
 
 
62
     <br><dt><code>None&lt;Btn2Down&gt;, Btn2&lt;Motion&gt;, None&lt;Btn2Up&gt;:</code>
 
63
     <dd><dt><code>!Mod1&lt;Btn2Down&gt;, Btn2&lt;Motion&gt;, !Mod1&lt;Btn2Up&gt;:</code>
 
64
     <dd>The first sequence moves the object or element name at the cursor location. 
 
65
The second one copies the objects. Copying isn't available for
 
66
element names.
 
67
 
 
68
   </dl>
 
69
 
 
70
   </body></html>
 
71