diff options
| author | Joe <rbo@gmx.us> | 2024-05-13 20:20:20 +0200 | 
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2024-05-13 20:20:20 +0200 | 
| commit | 733e3279a239ed1d68f75827dc3127ce35d70a73 (patch) | |
| tree | 6bf3119b34d060f087ae99f8070cc8fc76f7b4be | |
| parent | go (diff) | |
| download | hardflip-733e3279a239ed1d68f75827dc3127ce35d70a73.tar.gz hardflip-733e3279a239ed1d68f75827dc3127ce35d70a73.tar.bz2 hardflip-733e3279a239ed1d68f75827dc3127ce35d70a73.tar.xz hardflip-733e3279a239ed1d68f75827dc3127ce35d70a73.tar.zst hardflip-733e3279a239ed1d68f75827dc3127ce35d70a73.zip  | |
gogoooooooooooooooooooooooooooooooooooo
Diffstat (limited to '')
| -rw-r--r-- | src/c_defs.go | 45 | ||||
| -rw-r--r-- | 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{ -	{"<down> | j",			"Go to next item"}, -	{"<up> | k",			"Go to previous item"}, -	{"<pgdown> | <c-d>",	"Jump down"}, -	{"<pgup> | <c-u>",	 	"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 | <space>",			"Toggle directory"}, -	{"l | <enter>",			"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"}, -	{"<f7> | m",					"Create a new directory"}, -	{"e",					"Edit selected host"}, -	{"c | C | A",			"Rename selected item"}, -	{"?",					"Display this help menu"}, -	{"<c-c> | q",			"Quit"}, +	{"<down> | j",				"Go to next item"}, +	{"<up> | k",				"Go to previous item"}, +	{"<pgdown> | <c-d>",		"Jump down"}, +	{"<pgup> | <c-u>",	 		"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 | <space>",				"Toggle directory"}, +	{"<right> | l | <enter>",	"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"}, +	{"<f7> | m",				"Create a new directory"}, +	{"e",						"Edit selected host"}, +	{"c | C | A",				"Rename selected item"}, +	{"<c-r>",					"Reload data and configuration"}, +	{"?",						"Display this help menu"}, +	{"<c-c> | 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  | 
