X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4117f35a7b636c06817c7c6a94224e28adde8ee1..2a99bcdadec88d7483903e2c8420ad3e78fcb805:/screen.eng.inc.pl diff --git a/screen.eng.inc.pl b/screen.eng.inc.pl index 2d4c22e..e0cdb5c 100644 --- a/screen.eng.inc.pl +++ b/screen.eng.inc.pl @@ -4,7 +4,7 @@ use utf8; key => { 'a' => "literal a", 'A' => "title", # title - '^a'=> "command key", + '^a'=> "last", 'b' => "send break", # break 'B' => "reopen break", # pow_break 'c' => "new", # screen @@ -66,14 +66,14 @@ mode => { }, flag => { - g0 => ["info"], - g1 => ["display"], - g2 => ["select"], - g3 => ["config"], - g4 => ["window"], - g5 => ["buffer"], - g6 => ["contents"], - g8 => ["screen"], + g1 => ["info", "Temporarily hover information in bottom task bar."], + g2 => ["display", "Change screen display options."], + g3 => ["select", "Switch between existing windows."], + g4 => ["config", "Toggle configuration flags to change behaviour of the current window."], + g5 => ["window", "Operate on or in current window with lasting results."], + g6 => ["buffer", "..."], + g7 => ["contents", "Insert or read character contents on a screen."], + g9 => ["screen", "Manipulate global and inter-screen commands."], arg => ["key" => "Commands with a dot need a char argument afterwards."], },