X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1441526beac2a54af497fb9cc7d7187eeea1a1fa..4117f35a7b636c06817c7c6a94224e28adde8ee1:/screen.inc.pl?ds=sidebyside diff --git a/screen.inc.pl b/screen.inc.pl index c887191..194aae2 100644 --- a/screen.inc.pl +++ b/screen.inc.pl @@ -1,85 +1,88 @@ use utf8; +{ # screen version 4.00.03jw4 '' => { - desc => 'index', - - 'a' => ["literal a"], - 'A' => ["title"], # title - '^a'=> ["command key"], - 'b' => ["break"], # break - 'B' => ["pow_break"], # pow_break + 'a' => ['g6'], + 'A' => ['g8 args'], # title + '^a'=> [''], + 'b' => ['g6'], # break + 'B' => ['g6'], # pow_break '^b'=> 'b', - 'c' => ["new"], # screen - 'C' => ["clear"], # clear + 'c' => ['g8'], # screen + 'C' => ['g1'], # clear '^c'=> 'c', - 'd' => ["detach"], # detach - 'D' => ["detach"], # pow_detach + 'd' => ['g8'], # detach + 'D' => ['g8'], # pow_detach '^d'=> 'd', - 'f' => ["flow", # flow - 'F' => ["fit"], + 'f' => ['g3'], # flow + 'F' => ['g3'], '^f'=> 'f', - '^g'=> ["vbell"], # vbell - 'h' => ["hardcopy"], # hardcopy - 'H' => ["log"], # log + '^g'=> ['g3'], # vbell + 'h' => ['g5'], # hardcopy + 'H' => ['g4'], # log '^h'=> '^p', - 'i' => ["prop$sign{_}erties"], # info - 'I' => ["login on"], #XXX - '^i'=> ["focus"], # focus - 'k' => ["kill"], # kill + 'i' => ['g0'], # info + 'I' => ['g4'], #XXX + '^i'=> ['g1'], # focus + 'k' => ['g4'], # kill 'K' => 'k', - 'l' => ["redraw"], # redisplay - 'L' => ["login"], # login + 'l' => ['g1'], # redisplay + 'L' => ['g4'], # login '^l'=> 'l', - 'm' => ["last msg"], # lastmsg - 'M' => ["monitor"], # monitor + 'm' => ['g0'], # lastmsg + 'M' => ['g4'], # monitor '^m'=> 'm', - 'n' => ["next"], # next - 'N' => ["number"], # number + 'n' => ['g2'], # next + 'N' => ['g0'], # number '^n'=> 'n', - 'O' => ["login off"], #XXX - '^o'=> ["other"], # other - 'p' => ["previous"], # prev + 'O' => ['g4'], #XXX + '^o'=> ['g2'], # other + 'p' => ['g2'], # prev '^p'=> 'p', - 'q' => ["xon"], # xon - 'Q' => ["only"], # only + 'q' => ['g3'], # xon + 'Q' => ['g1'], # only '^q'=> 'q', - 'r' => ["wrap"], # wrap + 'r' => ['g3'], # wrap '^r'=> 'r', - 's' => ['xoff'], # xoff + 's' => ['g3', 'xoff'], # xoff '^s'=> 's', - 't' => ["time"], # time + 't' => ['g0'], # time '^t'=> 't', - 'v' => ["version"], - '^v'=> ["digraph"], # digraph - 'w' => ["windows"], # windows - 'W' => ["width"], # width + 'v' => ['g0'], + '^v'=> ['g6 arg arg linkdigraphs'], # digraph + 'w' => ['g0'], # windows + 'W' => ['g3'], # width '^w'=> 'w', - 'x' => ["lock screen"], # lockscreen - 'X' => ["remove"], # remove + 'x' => ['g8'], # lockscreen + 'X' => ['g1'], # remove '^x'=> 'x', - 'z' => ["suspend"], # suspend - 'Z' => ["reset"], + 'z' => ['g8'], # suspend + 'Z' => ['g8'], '^z'=> 'z', - "'" => ["select"], # select - '"' => ["windowlist -b"], # windowlist -b - ':' => ["colon"], # colon - '[' => ["copy"], # copy - '^]'=> ["paste ."], # paste . + "'" => ['g2 arg'], # select + '"' => ['g2'], # windowlist -b + ':' => ['g3'], # colon + "\e"=> ['g5'], # copy + '[' => '^[', + '^['=> "\e", + '^]'=> ['g6'], # paste . ']' => '^]', - '|' => ["split vert"], # split -v - '{' => ["history"], # history - '}' => ["history"], # history - '=' => ["remove buf"], # removebuf + '|' => ['g1'], # split -v + '{' => ['g6'], # history + '}' => ['g6'], # history + '=' => ['g5'], # removebuf '^?'=> '^h', - '*' => ["displays"], # displays - '.' => ["dumptermcap"], # dumptermcap - ',' => ["license"], # license - '-' => ["select -"], # select - - '_' => ["silence"], # silence - '>' => ["writebuf"], # writebuf - '<' => ["readbuf"], # readbuf + '*' => ['g0'], # displays + '.' => ['g8'], # dumptermcap + ',' => ['g0'], # license + '-' => ['g2'], # select - + '_' => ['g4'], # silence + '>' => ['g5'], # writebuf + '<' => ['g5'], # readbuf '^@'=> 'n', }, + +}