summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-22 14:31:19 -0700
committerGitHub <noreply@github.com>2020-08-22 17:31:19 -0400
commit3252796f179e24f4b73b8eb8db52ef932f6e9bc7 (patch)
tree8156677e5b299f9ec6d5c53f185c204df18a8bed /src/constants.rs
parent1a25fbb98788a4e002247448fdf28837d49fd944 (diff)
change: Allow e to also close expanded widgets
Allow `e` to toggle expansion, rather than only allowing it to open.
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 f8852cc9..c2e03d97 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -78,7 +78,7 @@ pub const GENERAL_HELP_TEXT: [&str; 29] = [
"? Open help menu\n",
"gg Jump to the first entry\n",
"G Jump to the last entry\n",
- "e Expand the currently selected widget\n",
+ "e Toggle expanding the currently selected widget\n",
"+ Zoom in on chart (decrease time range)\n",
"- Zoom out on chart (increase time range)\n",
"= Reset zoom\n",