-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from DHTMLX/sp-next-hotkeys-4502
Draft: Hotkey list
- Loading branch information
Showing
3 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
sidebar_label: Hotkeys!! | ||
title: Editor Guides - Hotkey List | ||
description: You can learn about the Hotkeys of editor in the documentation of the DHTMLX JavaScript Diagram library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Diagram. | ||
--- | ||
|
||
# Hotkey list | ||
|
||
In this section you will find a set of hotkeys you can use while creating a diagram in the editor: | ||
|
||
|Hotkey|Description| | ||
|---|---| | ||
|**Alt+1**|Allows you to hide/show Shapebar (*default mode only*)| | ||
|**Alt+2**|Allows you to hide/show Editbar| | ||
|**Alt+2**|Allows you to hide/show Grid Area| | ||
|**Ctrl+Z (CMD+Z)**|Allows you to revert the latest action| | ||
|**Ctrl+Shift+Z (CMD+Shift+Z)**|Allows you to return to the canceled action| | ||
|**Ctrl+D (CMD+D)**|Allows you to duplicate a selected element| | ||
|**Ctrl+C (CMD+C)**|Allows you to copy a selected element (*default mode only*)| | ||
|**Ctrl+V (CMD+V)**|Allows you to paste a selected element (*default mode only*)| | ||
|**Ctrl+Alt+C (CMD+Alt+C)**|Allows you to copy the style of the selected item (applicable for elements of one essence)| | ||
|**Ctrl+Alt+V (CMD+Alt+V)**|Allows you to apply a copied style to the selected item (applicable for elements of one essence)| | ||
|**Ctrl+A (CMD+A)**|Allows you to select all items| | ||
|**Ctrl+Shift+A (CMD+Shift+A)**|Allows you to unselect all selected items| | ||
|**Ctrl+Mousewheel (CMD+Mousewheel)**|Allows you to increase/decrease the scale value| | ||
|**Shift+Left Click**|Allows you to add an item to the list of selected items| | ||
|**Alt+Left Click**|Allows you to unselect the selected item| | ||
|**Delete (Del)**|Allows you to delete an item(s)| | ||
|**Arrow-Top / Arrow-Bottom / Arrow-Left / Arrow-Right**|Allows you to move the selected items| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters