Wworking on improving the tool
This commit is contained in:
@@ -643,6 +643,8 @@ function SectionHistory() {
|
||||
|
||||
function SectionShortcuts() {
|
||||
const shortcuts: Array<[string, string]> = [
|
||||
['Ctrl+C', 'Copy selected widgets (Edit mode)'],
|
||||
['Ctrl+V', 'Paste widgets from clipboard (Edit mode)'],
|
||||
['Ctrl+Z', 'Undo last change (Edit mode)'],
|
||||
['Ctrl+Y / Ctrl+Shift+Z', 'Redo (Edit mode)'],
|
||||
['Ctrl+A', 'Select all widgets (Edit mode)'],
|
||||
|
||||
Reference in New Issue
Block a user