summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-29 23:52:25 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-29 23:52:25 -0400
commitecd5a003cf9bc87e49000ae68bd5207920b5c22a (patch)
treeb7d9539b67e402bf36184d907183d9d57e3e0483 /src/constants.rs
parentedd5cff12daaa1834f391bd189e692e4e9a7ecdd (diff)
change: Use e key instead to maximize; rename to expand
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index d33e2db3..cd4cd173 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -65,7 +65,7 @@ pub const GENERAL_HELP_TEXT: [&str; 20] = [
"? Open help menu\n",
"gg Jump to the first entry\n",
"G Jump to the last entry\n",
- "Enter Maximize the currently selected widget\n",
+ "e Expand the currently selected widget\n",
"+ Zoom in on chart (decrease time range)\n",
"- Zoom out on chart (increase time range)\n",
"= Reset zoom\n",