mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10884] Keyboard interactions for crop tool in image viewer (#11522)
* [ACS-10884] Keyboard interactions for crop tool in image viewer * [ACS-10884] Sonarqube fix * [ACS-10884] MD formatting fix
This commit is contained in:
@@ -105,12 +105,14 @@ See the [Custom layout](#custom-layout) section for full details of all availabl
|
||||
|
||||
## Keyboard shortcuts
|
||||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| Esc | Close the viewer (overlay mode only). |
|
||||
| Left | Invoke 'Navigate before' action. |
|
||||
| Right | Invoke 'Navigate next' action. |
|
||||
| Ctrl+F | Activate full-screen mode. |
|
||||
| Name | Description |
|
||||
| ----------------- | ------------------------------------------------------------- |
|
||||
| Esc | Close the viewer (overlay mode only). |
|
||||
| Left | Invoke 'Navigate before' action. Disabled in image edit mode. |
|
||||
| Right | Invoke 'Navigate next' action. Disabled in image edit mode. |
|
||||
| Shift + Arrow Key | Increase image crop area. Active only in image edit mode. |
|
||||
| Alt + Arrow Key | Decrease image crop area. Active only in image edit mode. |
|
||||
| Ctrl+F | Activate full-screen mode. |
|
||||
|
||||
## Details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user