Copy link to clipboard
Copied
Edit > Keyboard shortcuts >https://helpx.adobe.com/xd/help/keyboard-shortcuts.html
lists shortcut operations
I want to create a shortcut for multiple operations such as
"choose Heading 1 and then choose italic"
How can one define such shortcut?
Copy link to clipboard
Copied
Use Emmet shortcuts to write blocks of code faster.
https://docs.emmet.io/cheat-sheet/
Or create a custom Snippet in the Snippets panel and give it a Trigger. To invoke the code Snippet in code view, type the trigger followed by tab key.
SNIPPET: <h1><em>HEADING 1</em></h1> | TRIGGER: h1i
https://helpx.adobe.com/dreamweaver/using/reuse-code-with-snippets.html
Copy link to clipboard
Copied
Want to create a shortcut to do the above task. Cam one call that sniplet with a shortcut?
Copy link to clipboard
Copied
Snippets are for storing reusable bits of code.
You can also double-click on snippets for quick insertion into documents.
I use Snippets all the time.
Try it. 🙂
Copy link to clipboard
Copied
Keyboard shortcuts are for menu items and a separate function from Snippets.
https://helpx.adobe.com/dreamweaver/using/keyboard-shortcuts.html
No, you can't assign a keyboard shortcut to act as a Snippet trigger, sorry.