latin: colour alphabet
[sheet.git] / screen.eng.inc.pl
1 use utf8;
2
3 {
4 key => {
5         'a' => "literal a",
6         'A' => "title", # title
7         '^a'=> "last",
8         'b' => "send break", # break
9         'B' => "reopen break", # pow_break
10         'c' => "new", # screen
11         'C' => "clear", # clear
12         'd' => "detach", # detach
13         'D' => "detach logout", # pow_detach
14         'f' => "flow", # flow
15         'F' => "fit",
16         '^g'=> "vbell", # vbell
17         'h' => "hardcopy", # hardcopy
18         'H' => "log", # log
19         'i' => "prop<>erties", # info
20         'I' => "login on", #XXX
21         '^i'=> "focus", # focus
22         'k' => "kill", # kill
23         'l' => "redraw", # redisplay
24         'L' => "login", # login
25         'm' => "last msg", # lastmsg
26         'M' => "moni<>tor", # monitor
27         'n' => "next", # next
28         'N' => "number", # number
29         'O' => "login off", #XXX
30         '^o'=> "other", # other
31         'p' => "previous", # prev
32         'q' => "xon", # xon
33         'Q' => "only", # only
34         'r' => "wrap", # wrap
35         's' => 'xoff', # xoff
36         't' => "time", # time
37         'v' => "version",
38         '^v'=> "digraph", # digraph
39         'w' => "windows", # windows
40         'W' => "width", # width
41         'x' => "lock screen", # lockscreen
42         'X' => "remove", # remove
43         'z' => "suspend", # suspend
44         'Z' => "reset",
45
46         "'" => "select", # select
47         '"' => "window<>list -b", # windowlist -b
48         ':' => "colon", # colon
49         "\e"=> "copy", # copy
50         '^]'=> "paste .", # paste .
51         '|' => "split vert", # split -v
52         '{' => "history", # history
53         '}' => "history", # history
54         '=' => "remove buf", # removebuf
55         '*' => "displays", # displays
56         '.' => "dump<>termcap", # dumptermcap
57         ',' => "license", # license
58         '-' => "select -", # select -
59         '_' => "silence", # silence
60         '>' => "writebuf", # writebuf
61         '<' => "readbuf", # readbuf
62 },
63
64 mode => {
65         '' => 'index',
66 },
67
68 flag => {
69         g1 => ["info", "Temporarily hover information in bottom task bar."],
70         g2 => ["display", "Change screen display options."],
71         g3 => ["select", "Switch between existing windows."],
72         g4 => ["config", "Toggle configuration flags to change behaviour of the current window."],
73         g5 => ["window", "Operate on or in current window with lasting results."],
74         g6 => ["buffer", "..."],
75         g7 => ["contents", "Insert or read character contents on a screen."],
76         g9 => ["screen", "Manipulate global and inter-screen commands."],
77
78         arg => ["key<arg>" => "Commands with a dot need a char argument afterwards."],
79 },
80
81 }