~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to data/keyboard-layouts/historic/x11r5.keytab

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 14:29:24 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120606142924-1rekqv6j25lw2k41
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
key Insert-Shift   : "\E[2~"
37
37
key Delete         : "\E[3~"
38
38
key End            : "\E[4~"
39
 
key Prior -Shift   : "\E[5~"
40
 
key Next  -Shift   : "\E[6~"
 
39
key PgUp -Shift   : "\E[5~"
 
40
key PgDown  -Shift   : "\E[6~"
41
41
 
42
42
# function keys
43
43
 
62
62
# The scroll* operations refer to the history buffer.
63
63
 
64
64
key Up    +Shift   : scrollLineUp
65
 
key Prior +Shift   : scrollPageUp
 
65
key PgUp +Shift   : scrollPageUp
66
66
key Down  +Shift   : scrollLineDown
67
 
key Next  +Shift   : scrollPageDown
 
67
key PgDown  +Shift   : scrollPageDown
68
68
 
69
69
key ScrollLock     : scrollLock
70
70