~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to konsole/other/x11r5.keytab

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# [x11r5.Keytab] Keyboard Table for X11 R5
2
 
 
3
 
keyboard "XTerm (XFree 3.x.x)"
4
 
 
5
 
# --------------------------------------------------------------
6
 
#
7
 
# Note that this particular table is a "risc" version made to
8
 
# ease customization without bothering with obsolete details.
9
 
# See VT100.keytab for the more hairy stuff.
10
 
#
11
 
# --------------------------------------------------------------
12
 
 
13
 
# common keys
14
 
 
15
 
key Escape         : "\E"
16
 
key Tab            : "\t"
17
 
 
18
 
key Return         : "\r"
19
 
 
20
 
# Backspace and Delete codes are preserving CTRL-H.
21
 
 
22
 
key Backspace      : "\x7f"
23
 
 
24
 
# cursor keys
25
 
 
26
 
key Up    -Shift   : "\EOA"
27
 
key Down  -Shift   : "\EOB"
28
 
key Right -Shift   : "\EOC"
29
 
key Left  -Shift   : "\EOD"
30
 
 
31
 
# other grey PC keys
32
 
 
33
 
key Enter          : "\r"
34
 
 
35
 
key Home           : "\E[1~"
36
 
key Insert-Shift   : "\E[2~"
37
 
key Delete         : "\E[3~"
38
 
key End            : "\E[4~"
39
 
key Prior -Shift   : "\E[5~"
40
 
key Next  -Shift   : "\E[6~"
41
 
 
42
 
# function keys
43
 
 
44
 
key F1             : "\E[11~"
45
 
key F2             : "\E[12~"
46
 
key F3             : "\E[13~"
47
 
key F4             : "\E[14~"
48
 
key F5             : "\E[15~"
49
 
key F6             : "\E[17~"
50
 
key F7             : "\E[18~"
51
 
key F8             : "\E[19~"
52
 
key F9             : "\E[20~"
53
 
key F10            : "\E[21~"
54
 
key F11            : "\E[23~"
55
 
key F12            : "\E[24~"
56
 
 
57
 
# Work around dead keys
58
 
 
59
 
key Space +Control : "\x00"
60
 
 
61
 
# Some keys are used by konsole to cause operations.
62
 
# The scroll* operations refer to the history buffer.
63
 
 
64
 
key Up    +Shift   : scrollLineUp
65
 
key Prior +Shift   : scrollPageUp
66
 
key Down  +Shift   : scrollLineDown
67
 
key Next  +Shift   : scrollPageDown
68
 
 
69
 
key ScrollLock     : scrollLock
70
 
 
71
 
# keypad characters are not offered differently by Qt.