Merge pull request #836 from mattermost/MM-10322

MM-10322 Add CTRL+F shortcut to work as browser search
This commit is contained in:
Yuya Ochiai
2018-08-01 23:52:23 +09:00
committed by GitHub
9 changed files with 299 additions and 8 deletions

View File

@@ -154,6 +154,7 @@ Below lists menu options (shortcut keys are listed in brackets, `Ctrl` becomes `
- **Select All** (Ctrl+A) - Select all text in input box
- **Search in Team** (Ctrl+S) - Puts cursor in search box to search in the current team
- **View**
- **Find..** (Ctrl+F)- Find in page
- **Reload** (Ctrl+R) - Reload page from the server
- **Clear Cache and Reload** (Ctrl+Shift+R) - Clear cached content in application and reload page
- **Toggle Full Screen** (F11) - Toggle application from window to full screen and back