apache config to compress html output if possible
[sheet.git] / screen.inc.pl
1 use utf8;
2
3 # screen version 4.00.03jw4
4
5 '' => {
6         desc => 'index',
7
8         'a' => ["literal a"],
9         'A' => ["title"], # title
10         '^a'=> ["command key"],
11         'b' => ["break"], # break
12         'B' => ["pow_break"], # pow_break
13         '^b'=> 'b',
14         'c' => ["new"], # screen
15         'C' => ["clear"], # clear
16         '^c'=> 'c',
17         'd' => ["detach"], # detach
18         'D' => ["detach"], # pow_detach
19         '^d'=> 'd',
20         'f' => ["flow", # flow
21         'F' => ["fit"],
22         '^f'=> 'f',
23         '^g'=> ["vbell"], # vbell
24         'h' => ["hardcopy"], # hardcopy
25         'H' => ["log"], # log
26         '^h'=> '^p',
27         'i' => ["prop$sign{_}erties"], # info
28         'I' => ["login on"], #XXX
29         '^i'=> ["focus"], # focus
30         'k' => ["kill"], # kill
31         'K' => 'k',
32         'l' => ["redraw"], # redisplay
33         'L' => ["login"], # login
34         '^l'=> 'l',
35         'm' => ["last msg"], # lastmsg
36         'M' => ["monitor"], # monitor
37         '^m'=> 'm',
38         'n' => ["next"], # next
39         'N' => ["number"], # number
40         '^n'=> 'n',
41         'O' => ["login off"], #XXX
42         '^o'=> ["other"], # other
43         'p' => ["previous"], # prev
44         '^p'=> 'p',
45         'q' => ["xon"], # xon
46         'Q' => ["only"], # only
47         '^q'=> 'q',
48         'r' => ["wrap"], # wrap
49         '^r'=> 'r',
50         's' => ['xoff'], # xoff
51         '^s'=> 's',
52         't' => ["time"], # time
53         '^t'=> 't',
54         'v' => ["version"],
55         '^v'=> ["digraph"], # digraph
56         'w' => ["windows"], # windows
57         'W' => ["width"], # width
58         '^w'=> 'w',
59         'x' => ["lock screen"], # lockscreen
60         'X' => ["remove"], # remove
61         '^x'=> 'x',
62         'z' => ["suspend"], # suspend
63         'Z' => ["reset"],
64         '^z'=> 'z',
65
66         "'" => ["select"], # select
67         '"' => ["windowlist -b"], # windowlist -b
68         ':' => ["colon"], # colon
69         '[' => ["copy"], # copy
70         '^]'=> ["paste ."], # paste .
71         ']' => '^]',
72         '|' => ["split vert"], # split -v
73         '{' => ["history"], # history
74         '}' => ["history"], # history
75         '=' => ["remove buf"], # removebuf
76         '^?'=> '^h',
77         '*' => ["displays"], # displays
78         '.' => ["dumptermcap"], # dumptermcap
79         ',' => ["license"], # license
80         '-' => ["select -"], # select -
81         '_' => ["silence"], # silence
82         '>' => ["writebuf"], # writebuf
83         '<' => ["readbuf"], # readbuf
84         '^@'=> 'n',
85 },