diff --git a/src/Orchard.Web/Modules/Orchard.Layouts/Views/EditorTemplates/LayoutEditor.cshtml b/src/Orchard.Web/Modules/Orchard.Layouts/Views/EditorTemplates/LayoutEditor.cshtml index 48bb3c63d..64e552e4f 100644 --- a/src/Orchard.Web/Modules/Orchard.Layouts/Views/EditorTemplates/LayoutEditor.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Layouts/Views/EditorTemplates/LayoutEditor.cshtml @@ -88,7 +88,7 @@
Elements (including containers) can be cut, copied and pasted using the standard clipboard shortcuts (Ctrl+X / Ctrl+C / Ctrl-V on Windows, ⌘+X / ⌘+C / ⌘+V on Mac OS).
On browsers that support native clipboard events, clipboard operations can be performed across different layout editor instances, in different tabs or browser windows. Text content can also be pasted into other applications.
-On other browsers, clipboard operations work only within the same layout editor instance.
+@T("Elements (including containers) can be cut, copied and pasted using the standard clipboard shortcuts (Ctrl+X / Ctrl+C / Ctrl-V on Windows, ⌘+X / ⌘+C / ⌘+V on Mac OS).")
@T("On browsers that support native clipboard events, clipboard operations can be performed across different layout editor instances, in different tabs or browser windows. Text content can also be pasted into other applications.")
+@T("On other browsers, clipboard operations work only within the same layout editor instance.")
Alt+Left |
- Moves the left edge of the focused column left | +@T("Alt+Left") |
+ @T("Moves the left edge of the focused column left") |
Alt+Right |
- Moves the left edge of the focused column right | +@T("Alt+Right") |
+ @T("Moves the left edge of the focused column right") |
Shift+Left |
- Moves the right edge of the focused column left | +@T("Shift+Left") |
+ @T("Moves the right edge of the focused column left") |
Shift+Right |
- Moves the right edge of the focused column right | +@T("Shift+Right") |
+ @T("Moves the right edge of the focused column right") |
The Alt and Shift keys can also be combined to move both edges simultaneously.
@T("The Alt and Shift keys can also be combined to move both edges simultaneously.")
Up |
- Moves focus to the previous element (above) | +@T("Up") |
+ @T("Moves focus to the previous element (above)") |
Down |
- Moves focus to the next element (below) | +@T("Down") |
+ @T("Moves focus to the next element (below)") |
Left |
- Moves focus to the previous column (to the left) | +@T("Left") |
+ @T("Moves focus to the previous column (to the left)") |
Right |
- Moves focus to the next column (to the right) | +@T("Right") |
+ @T("Moves focus to the next column (to the right)") |
Alt+Up |
- Moves focus to the parent element | +@T("Alt+Up") |
+ @T("Moves focus to the parent element") |
Alt+Down |
- Moves focus to the first child element | +@T("Alt+Down") |
+ @T("Moves focus to the first child element") |
Enter |
- Opens the content editor of the focused element | +@T("Enter") |
+ @T("Opens the content editor of the focused element") |
Space |
- Opens the properties popup of the focused element | +@T("Space") |
+ @T("Opens the properties popup of the focused element") |
Esc |
- Closes the properties popup of the focused element | +@T("Esc") |
+ @T("Closes the properties popup of the focused element") |
Del |
- Deletes the focused element | +@T("Del") |
+ @T("Deletes the focused element") |
Ctrl+Up |
- Moves (reorders) the focused element up | +@T("Ctrl+Up") |
+ @T("Moves (reorders) the focused element up") |
Ctrl+Down |
- Moves (reorders) the focused element down | +@T("Ctrl+Down") |
+ @T("Moves (reorders) the focused element down") |
Ctrl+Left |
- Moves (reorders) the focused column left | +@T("Ctrl+Left") |
+ @T("Moves (reorders) the focused column left") |
Ctrl+Right |
- Moves (reorders) the focused column right | +@T("Ctrl+Right") |
+ @T("Moves (reorders) the focused column right") |
Drag any existing element to reorder within its parent.
-Drag a new element from the toolbox and drop it within a compatible container.
-Drag the left and right edges of a focused column to resize the column. By default any adjacent column will be attached and resized accordingly; holding down the Alt key while resizing unattaches from the adjacent column and instead modifies the offset between.
@T("Drag any existing element to reorder within its parent.")
+@T("Drag a new element from the toolbox and drop it within a compatible container.")
+@T("Drag the left and right edges of a focused column to resize the column. By default any adjacent column will be attached and resized accordingly; holding down the Alt key while resizing unattaches from the adjacent column and instead modifies the offset between.")