diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 15:24:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 15:24:42 +0200 |
| commit | bdfd7c92ecde366f85a512da02ae657133960b1f (patch) | |
| tree | ec31c0b659a22900e887c94b38e3113ddf4594b7 /lib/Loadbars/HelpDispatch.pm | |
| parent | 93f2cfb231cefe6030557c6b1374a79cf5980175 (diff) | |
introduce net avg hotkeys
Diffstat (limited to 'lib/Loadbars/HelpDispatch.pm')
| -rw-r--r-- | lib/Loadbars/HelpDispatch.pm | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/Loadbars/HelpDispatch.pm b/lib/Loadbars/HelpDispatch.pm index 42dc708..69878ed 100644 --- a/lib/Loadbars/HelpDispatch.pm +++ b/lib/Loadbars/HelpDispatch.pm @@ -78,8 +78,27 @@ END mode => 1 }, + netaverage => { + menupos => 6, + help => 'Num of net samples for avg. (more fluent animations)', + mode => 6, + type => 'i' + }, + netaverage_hot_up => { + menupos => 7, + cmd => 'd', + help => 'Increases number of net samples for calculating avg. by 1', + mode => 1 + }, + netaverage_hot_dn => { + menupos => 8, + cmd => 'c', + help => 'Decreases number of net samples for calculating avg. by 1', + mode => 1 + }, + barwidth => { - menupos => 5, + menupos => 9, help => 'Set bar width', mode => 6, type => 'i' |
