From 6d2f918f79cc74c541e0240707a082e371220b89 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 31 May 2013 05:52:21 -0400 Subject: [PATCH] added f1-f7 keys description --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 528ef9e8..fd6a288d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ Hot keys --------------- In all modern web browsers (but not in IE, becouse he special) hot keys works. There is a short list: +- **F1** - help +- **F2** - rename current file +- **F3** - view +- **F4** - edit +- **F5** - copy +- **F6** - rename/move +- **F7** - new dir +- **F8, Delete** - remove current file - **Ctrl + r** - reload dir content - **Ctrl + d** - clear local cache (wich contains dir contents) - **Alt + q** - disable key bindings @@ -58,10 +66,8 @@ There is a short list: - **Page Down** - down on one page - **Home** - to begin of list - **End** - to end of list -- **F8, Delete** - remove current file - **Shift + Delete** - remove without prompt - **Insert** - select current file -- **F2** - rename current file - **Shift + F10** - show context menu Viewer's hot keys