diff --git a/CHANGELOG.md b/CHANGELOG.md index b7aef4f9..abdb4e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,26 @@ ## Release v1.3.0 (Beta) ### Improvements +- Add shortcuts + - Zoom + - Ctrl+0 (View -> Actual Size): Reset the zoom level. + - Ctrl+Plus (View -> Zoom In) + - Ctrl+Minus (View -> Zoom Out) + - Control window + - Ctrl+W (Window -> Close): On Windows and Linux, this works as minimize for the main window. + - Ctrl+M (Window -> Minimize) + - Switch teams (these shotcuts also reopen the main window) + - Ctrl+{1-9} (Window -> *Team name*): Open the *n*-th tab. + - Ctrl+Tab or Alt+Command+Right (Window -> Select Next Team): Open the right tab. + - Ctrl+Shift+Tab or Alt+Command+Left (Window -> Select Previous Team): Open the left tab. + #### Linux - Add the option to show the icon on menu bar. (requires libappindicator1 on Ubuntu) +### Known issues +- The shortcuts can't switch teams twice in a raw. +- The team pages are not correctly rendered until the window is resized when the zoom level is changed. + ## Release v1.2.0 (Beta) diff --git a/docs/setup.md b/docs/setup.md index 8745b9e5..0bd92006 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -144,6 +144,15 @@ Below lists menu options (shortcut keys are listed in brackets, `Ctrl` becomes ` - **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 - **Toggle Developer Tools** (Ctrl+Shift+I) - Turn on and off sidebar showing developer tools + - **Actual Size** (Ctrl+0) - Reset zoom level + - **Zoom In** (Ctrl+Plus) - Enlarge the rendered contents size + - **Zoom In** (Ctrl+Minus) - Shrink the rendered contents size +- **Window** + - **Close** (Ctrl+W) - Close the window (On Window and Linux, the main window is minimized) + - **Minimize** (Ctrl+M) - Minimize the window + - ***Team Name*** (Ctrl+{1-9}) - Open the *n*-th tab + - **Select Next Team** (Ctrl+Tab, Alt+Command+Right) - Open the right tab + - **Select Previous Team** (Ctrl+Shift+Tab, Alt+Command+Left) - Open the left tab ## Notifications