From 46815bb93ef383eb9b282dbbc17161c4b673ded8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 15:45:23 +0200 Subject: [PATCH] screen: describe action of (default) command key [^a] --- screen.eng.inc.pl | 2 +- screen.inc.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screen.eng.inc.pl b/screen.eng.inc.pl index 2ab94ec..fb9fbd3 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 diff --git a/screen.inc.pl b/screen.inc.pl index 52279de..84d2dea 100644 --- a/screen.inc.pl +++ b/screen.inc.pl @@ -6,7 +6,7 @@ use utf8; '' => { 'a' => 'g7', 'A' => 'g9 args', # title - '^a'=> '', + '^a'=> 'g3', 'b' => 'g7', # break 'B' => 'g7', # pow_break '^b'=> '=b', -- 2.30.0