Amend key_quit from 'Control-q' to 'Alt-q'

This is to remove a long-standing conflict with 'Control-s/Control-q'

Github issue #50
This commit is contained in:
Duncan Ferguson 2015-11-26 08:53:51 +00:00
parent 9431f57a60
commit 7706fdc45e
4 changed files with 7 additions and 4 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.04_01');
use version; our $VERSION = version->new('4.05');
use Carp qw/cluck :DEFAULT/;

View file

@ -33,7 +33,7 @@ my %default_config = (
terminal_size => "80x24",
use_hotkeys => "yes",
key_quit => "Control-q",
key_quit => "Alt-q",
key_addhost => "Control-Shift-plus",
key_clientname => "Alt-n",
key_history => "Alt-h",