File: node12.html

package info (click to toggle)
gtkeyboard 1.1.7-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,284 kB
  • ctags: 1,234
  • sloc: ansic: 12,255; sh: 2,805; makefile: 328; perl: 32
file content (149 lines) | stat: -rw-r--r-- 4,728 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2K.1beta (1.48)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Keyboard Statements</TITLE>
<META NAME="description" CONTENT="Keyboard Statements">
<META NAME="keywords" CONTENT="MANUAL">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="MANUAL.css">

<LINK REL="next" HREF="node13.html">
<LINK REL="previous" HREF="node11.html">
<LINK REL="up" HREF="node8.html">
<LINK REL="next" HREF="node13.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html288"
  HREF="node13.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html284"
  HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html278"
  HREF="node11.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
<A NAME="tex2html286"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html289"
  HREF="node13.html">Toolbar Statements</A>
<B> Up:</B> <A NAME="tex2html285"
  HREF="node8.html">Setting up your Resource</A>
<B> Previous:</B> <A NAME="tex2html279"
  HREF="node11.html">Layout Statements</A>
 &nbsp <B>  <A NAME="tex2html287"
  HREF="node1.html">Contents</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00264000000000000000">
Keyboard Statements</A>
</H2>

<P>
Keyboard statments are very similar to layout statements.  The only
main difference is that a keyboard statement only controls a
subsection of the keyboard.  It allows the user to show/hide arbitrary
parts of the keyboard.

<P>
Syntax for keyboard statements is:
<BR><I>keyboard element_name [on|off]</I>
<BR>
Where <I>element_name</I> is one of the following:

<P>

<UL>
<LI><B>CURSOR_KEYS</B>:  The cursor keys, containing the
    up, down, left, and right cursor keys, and also
    Insert/Home/Delete/End/Page Up/Page Down.
</LI>
<LI><B>F_KEYS</B>:  The function keys, including
    escape.  Keys ESC, F1-F12.
</LI>
<LI><B>MAIN_KEYBOARD</B>:  The main keyboard area.  This
    includes the number keys, the main alphabet, enter, caps lock,
    shift,
    etc.  <I>Note</I> :  In versions before 1.0, this option was
    known by
    <I>KEYBOARD</I> 
</LI>
<LI><B>NUMBER_PAD</B>:  The number pad located on the
    far right hand side of the keyboard.  This includes the numbers
    0-9, enter, num lock, -, /, *, and +.
</LI>
</UL>

<P>
For example, a layout file that wanted to only show the main
keyboard and nothing else would have statements looking like this
(note that case doesn't matter in resource file statements):

<P>
<I>keyboard keyboard on           # Turns the main keyboard ON 
<BR>
keyboard cursor_keys off       # Turns the cursor keys off 
<BR>
keyboard number_pad off        # Do not show the number pad 
<BR>
keyboard f_keys off            # Do not show the f-keys.</I>
<BR>
<P>
The default value for all of the above elements is <I>ON</I>

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html288"
  HREF="node13.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html284"
  HREF="node8.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html278"
  HREF="node11.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
<A NAME="tex2html286"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
<BR>
<B> Next:</B> <A NAME="tex2html289"
  HREF="node13.html">Toolbar Statements</A>
<B> Up:</B> <A NAME="tex2html285"
  HREF="node8.html">Setting up your Resource</A>
<B> Previous:</B> <A NAME="tex2html279"
  HREF="node11.html">Layout Statements</A>
 &nbsp <B>  <A NAME="tex2html287"
  HREF="node1.html">Contents</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>
David Allen
2001-04-26
</ADDRESS>
</BODY>
</HTML>