summaryrefslogtreecommitdiff
path: root/lib/Loadbars/HelpDispatch.pm
diff options
context:
space:
mode:
authorpbuetow <puppet@mx.buetow.org>2012-07-04 17:20:31 +0200
committerpbuetow <puppet@mx.buetow.org>2012-07-04 17:20:31 +0200
commit75eb9dceec5ead9e64758e947e952192fd3582e5 (patch)
treed9a403eb2f32fb8642fd990a9454160e202aba82 /lib/Loadbars/HelpDispatch.pm
parent7b17c31ead4d39b97db265969df1a4cd3e8799f2 (diff)
add new hotkeys for increase and decrease net interface speed reference value
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
-rw-r--r--lib/Loadbars/HelpDispatch.pm18
1 files changed, 15 insertions, 3 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm
index 19cdc42..c92b6ed 100644
--- a/lib/Loadbars/HelpDispatch.pm
+++ b/lib/Loadbars/HelpDispatch.pm
@@ -110,9 +110,21 @@ END
mode => 6,
type => 's'
},
+ netlink_hot_up => {
+ menupos => 9,
+ cmd => 'f',
+ help => 'Doubles net interface link speed reference',
+ mode => 1
+ },
+ netlink_hot_dn => {
+ menupos => 10,
+ cmd => 'v',
+ help => 'Halfs net interface link speed reference',
+ mode => 1
+ },
barwidth => {
- menupos => 9,
+ menupos => 11,
help => 'Set bar width',
mode => 6,
type => 'i'
@@ -176,13 +188,13 @@ END
type => 's'
},
factor_hot_up => {
- menupos => 8,
+ menupos => 12,
cmd => 's',
help => 'Increases graph scale factor by 0.1',
mode => 1
},
factor_hot_dn => {
- menupos => 9,
+ menupos => 13,
cmd => 'x',
help => 'Decreases graph scale factor by 0.1',
mode => 1