Table of Contents
- Overview
- Glossary
- Installation
- Tutorials
- Scenario Steps
- Advanced
- Application
- Screen Data
- Verification
- Clipboard
- Comparison
- Culture
- Data Source
- Date Time
- Driver
- Excel
- FTP
- File
- Flow Control
- Folder
- Format and Conversion
- Keyboard
- Loops
- Math
- Random
- Regex
- Screen
- System
- Text
- User Interface
- Windows Account Information
- Expression Development
- Embedded Development Environment
- Voodoo Connect
- Cross-Browser Scripting (CBS)
- Chrome Extension
- Firefox Extension
- Notification Center
- Unified Console
- Wrapper Libraries
- Database
- Troubleshooting
- 3rd Party Tool
Code Steps Keyboard Shortcuts
These shortcuts can be used for embedded development environment.
Keys | Function |
---|---|
CTRL-C | Copy |
CTRL-V | Paste |
CTRL-Z | Undo |
CTRL-Y | Redo |
CTRL-A | Select All |
CTRL-L | Align Automatically |
CTRL-F | Open Search Dialog Box |
ESC | Close Search Dialog Box |
TAB | Indent |
SHIFT-TAB | Undo the Indent |
TAB TAB | Add Snippet |
CTRL-Left Arrow | Previous Word |
CTRL-Right Arrow | Following Word |
HOME | Go to Beginning of the Line |
END | Go to End of the Line | Page Up | Go to Previous Page |
Page Down | Go to Following Page |
CTRL-HOME | Go to Beginning of the Document |
CTRL-END | Go to End of the Document |
Left Arrow | Go to Previous Character |
Right Arrow | Go to Following Character |
Up Arrow | Go to Previous Line |
Down Arrow | Go to Following Line |
BACKSPACE | Delete Previous Character |
DELETE | Delete Following Character |
CTRL-BACKSPACE | Delete Previous Word |
Snippet Add with Keyboard Shortcut
When the Tab key is clicked two times sequentially, EDE editor adds a snippet automatically related to words that are finished the line. The related words supported for snippet completion are given below.
Words Supported for Snippet Production |
---|
if |
else |
for |
do |
while |
#if |
mbox |
foreach |
switch |
prop |
propg |
try |
tryf |
using |