Desktop User Guides > Professional > Using UNICOM Intelligence Professional > UNICOM Intelligence Professional reference > UNICOM Intelligence Professional keyboard shortcuts
 
UNICOM Intelligence Professional keyboard shortcuts
Help
To
Press
open the UNICOM Intelligence Developer Documentation Library
F1
General
To
Press
create a new file
Ctrl+N
create a new workspace
Ctrl+W
open an existing file
Ctrl+O
save the current file
Ctrl+S
close the current file
Ctrl+F4
print the current file
Ctrl+P
Editing
To
Press
cut the selection in the Edit pane and copy it to the Windows clipboard.
This applies to the Edit window only. To cut text from other panes (for example, the Properties pane), select the text, right‑click, and then click Cut.
Ctrl+X
copy the selection in the Edit pane to the Windows clipboard.
This applies to the Edit window only. To copy text from other panes (for example, the Properties pane), select the text, right‑click, and then click Copy.
Ctrl+C
delete the line of code where the cursor is
Ctrl+D
paste the contents of the Clipboard
Ctrl+V
undo the last change
Ctrl+Z
redo the last change that you canceled using undo
Ctrl+Y
show the Find pane to find text in the document, or in all open documents
Ctrl+F
find the next instance of the text entered in the Find pane
F3
show the Replace pane to replace text with other text in the document, or in all open documents
Ctrl+H
open the Go To Line dialog to jump to a line number in the document
Ctrl+G
select all text in the document
Ctrl+A
increase the indent of a line
Ctrl+Shift+I
decrease the indent of a line
Ctrl+Shift+D
insert comment marks around a line
Click in the line, and then press Ctrl+Shift+C
remove comment marks around a line
Click in the line, and then press Ctrl+Shift+U
insert a bookmark or remove an existing bookmark
Click in the appropriate line, and then press Ctrl+Shift+B
move to the next bookmark in the current file
Ctrl+Shift+N
move back to the previous bookmark in the current file
Ctrl+Shift+P
remove all bookmarks from the current file
Ctrl+Shift+A
Navigation
To
Press
switch between the Metadata section and the Routing section in an interview script (.mdd) file
Ctrl+PageUp/PageDown
switch to the file in the Edit pane that was previously the current file
Ctrl+Tab
Use Ctrl+Tab to alternate between two files. Press Ctrl+Tab and then release Tab to display a dialog in which you can use the Tab and arrow keys to select any open file or pane.
Switch to the previous file in the Edit pane.
Ctrl+Shift+Tab
Viewing
To move to a pane that is not hidden, press the keyboard shortcut twice.
To
Press
show or hide the Workspace pane
Alt+0
show or hide the Types pane
Alt+1
show or hide the Functions pane
Alt+2
show or hide the Breakpoints pane
Alt+3
show or hide the Locals pane
Alt+4
show or hide the Expressions pane
Alt+5
show or hide the Output pane
Alt+6
show or hide the Metadata pane
Alt+7
show or hide the Auto Answer pane
Alt+8
show or hide the Browser pane
Alt+9
show or hide the Question Repository pane
Alt+F1
show or hide the Library pane
Alt+F2
show or hide the Gallery pane
Alt+F3
Macros
To
Press
insert a macro
Type the macro name and any arguments followed by Ctrl+M
ScriptAssist
To
Press
 
open the autosuggest list
Ctrl+Space
close the autosuggest list
Esc
navigate the autosuggest list
Down arrow, Up arrow, Page up, Page down, or type the first letter to jump to items that start with that letter.
insert into the script the item that is selected in the autosuggest list
One of:
space
.
dot
(
left parenthesis
Tab
 
Enter
 
display a list of all the questions defined in the metadata section of an interview script (.mdd) file
Ctrl+Q
display a list of all the sub questions for a question in an interview script (.mdd) file
Type the question name (or select using Ctrl+Q), type a dot (.) followed by Ctrl+Q
display the category list for a categorical question in an interview script (.mdd) file
Type the question name (or select using Ctrl+Q), type a dot (.) followed by Ctrl+R
Debugging
To
Press
start running a script in debugging mode
F5
start running an interview script (.mdd) file in Auto Answer mode
F6
start running a script without debugging
Ctrl+F5
stop the script that is running
Shift+F5
restart a script in debugging mode after its execution has been stopped
Ctrl+Shift+F5
step through the script one line of code at a time
F10
insert or remove a breakpoint on the current line
Ctrl+B or F9
remove all breakpoints from the current script
Ctrl+Shift+F9
close the error message box
Esc
See also
UNICOM Intelligence Professional reference