From 733e3279a239ed1d68f75827dc3127ce35d70a73 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 May 2024 20:20:20 +0200 Subject: gogoooooooooooooooooooooooooooooooooooo --- src/c_defs.go | 45 +++++++++++++++++++++++---------------------- src/e_keys.go | 2 +- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/c_defs.go b/src/c_defs.go index 5191c6d..db83356 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -180,28 +180,29 @@ const ( var ( HELP_NORMAL_KEYS = [][2]string{ - {" | j", "Go to next item"}, - {" | k", "Go to previous item"}, - {" | ", "Jump down"}, - {" | ", "Jump up"}, - {"} | ]", "Go to next directory"}, - {"{ | [", "Go to previous directory"}, - {"g", "Go to first item"}, - {"G", "Go to last item"}, - {"D", "Delete selected item"}, - {"h", "Close current directory"}, - {"H", "Close all directories"}, - {"l | ", "Toggle directory"}, - {"l | ", "Connect to selected host / toggle directory"}, - {"a | i", "Create a new host"}, - {"y", "Copy selected host"}, - {"d", "Cut selected host"}, - {"p", "Paste host in clipboard"}, - {" | m", "Create a new directory"}, - {"e", "Edit selected host"}, - {"c | C | A", "Rename selected item"}, - {"?", "Display this help menu"}, - {" | q", "Quit"}, + {" | j", "Go to next item"}, + {" | k", "Go to previous item"}, + {" | ", "Jump down"}, + {" | ", "Jump up"}, + {"} | ]", "Go to next directory"}, + {"{ | [", "Go to previous directory"}, + {"g", "Go to first item"}, + {"G", "Go to last item"}, + {"D", "Delete selected item"}, + {"h", "Close current directory"}, + {"H", "Close all directories"}, + {"l | ", "Toggle directory"}, + {" | l | ", "Connect to selected host / toggle directory"}, + {"a | i", "Create a new host"}, + {"y", "Copy selected host"}, + {"d", "Cut selected host"}, + {"p", "Paste host in clipboard"}, + {" | m", "Create a new directory"}, + {"e", "Edit selected host"}, + {"c | C | A", "Rename selected item"}, + {"", "Reload data and configuration"}, + {"?", "Display this help menu"}, + {" | q", "Quit"}, } ) diff --git a/src/e_keys.go b/src/e_keys.go index f995e0a..db38df8 100644 --- a/src/e_keys.go +++ b/src/e_keys.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/e_keys.go - * Thu May 02 10:16:58 2024 + * Mon May 13 10:51:48 2024 * Joe * * events in the keys -- cgit v1.2.3