Added 'E' to keybindings; behaves as <DEL> (added because some keyboards don't have <DEL>

This commit is contained in:
ChristianVisintin
2020-12-12 17:44:04 +01:00
parent 3b33c55d97
commit 1fb614642c
4 changed files with 44 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ Current version: 0.1.1 (10/12/2020)
- [Documentation 📚](#documentation-)
- [Known issues 🧻](#known-issues-)
- [Upcoming Features 🧪](#upcoming-features-)
- [Contributions <EFBFBD>🏻](#contributions-)
- [Contributions 🤝🏻](#contributions-)
- [Changelog ⏳](#changelog-)
- [Powered by 🚀](#powered-by-)
- [Gallery 🎬](#gallery-)
@@ -194,13 +194,14 @@ Password can be basically provided through 3 ways when address argument is provi
| `<ENTER>` | Enter directory |
| `<SPACE>` | Upload / download selected file |
| `<D>` | Make directory |
| `<E>` | Delete file (Same as `CANC`) |
| `<G>` | Go to supplied path |
| `<H>` | Show help |
| `<I>` | Show info about selected file or directory |
| `<Q>` | Quit TermSCP |
| `<R>` | Rename file |
| `<U>` | Go to parent directory |
| `<CANC>` | Delete file |
| `<DEL>` | Delete file |
---