From e8624a9dc57e6a0e5c9a6b87dc8a8f6ab7427beb Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Mon, 22 Aug 2016 00:12:01 +0900 Subject: [PATCH] Update changelog and document --- CHANGELOG.md | 1 + docs/setup.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c34576..b2480082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Release date: TBD - Reload only the selected tab and keep its URL on "Reload" and "Clear Cache and Reload". - Disabled `eval()` function for security improvements. - Invalidate cache before load, to make server upgrades easy +- Ctrl/Command+F puts cursor in search box to search in current channel. #### Windows - Update Mattermost icon for desktop notifications in Windows 10. diff --git a/docs/setup.md b/docs/setup.md index 8bdb90f2..0ffeb318 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -149,6 +149,7 @@ Below lists menu options (shortcut keys are listed in brackets, `Ctrl` becomes ` - **Copy** (Ctrl+C) - Copies selected text - **Paste** (Ctrl+V) - Pastes text from clipboard - **Select All** (Ctrl+A) - Select all text in input box + - **Search in Channel** (Ctrl+F) - Puts cursor in search box to search in current channel - **View** - **Reload** (Ctrl+R) - Reload page from the server - **Clear Cache and Reload** (Ctrl+Shift+R) - Clear cached content in application and reload page