The following are the keyboard operations of the PowerCOBOL Editor window:
Key | Description |
---|---|
Ctrl + A | Execute the "Select All" function in the Edit menu. |
Ctrl + B | Execute the "Set Break Points" function in the Debug menu. |
Ctrl + C | Execute the "Copy" function in the Edit menu. |
Ctrl + F | Execute the "Find" function in the Edit menu. |
Ctrl + G | Execute the "Go To" function in the Edit menu. |
Ctrl + P | Execute the "Print" function in the File menu. |
Ctrl + R | Execute the "Replace" function in the Edit menu. |
Ctrl + S | Execute the "Save" function in the File menu. |
Ctrl + V | Execute the "Paste" function in the Edit menu. |
Ctrl + W | Execute the "Watch" function in the Debug menu. |
Ctrl + X | Execute the "Cut" function in the Edit menu. |
Ctrl + Z | Execute the "Undo" function in the Edit menu. |
F1 | Execute the "Contents and Index" function in the Help menu. |
F3 | Search forward for the next occurrence of the string defined in the Find box on the toolbar, with no case matching. |
Shift + F3 | Search backward for the previous occurrence of the string defined in the Find box on the toolbar, with no case matching. |
F5 | Execute the "Run" function in the Debug menu. |
Shift + F5 | Execute the "Rerun" function in the Debug menu. |
F7 | Execute the "Run to Cursor" function in the Debug menu. |
Shift + F7 | Execute the "Run to Exit" function in the Debug menu. |
F8 | Execute the "Step Into" function in the Debug menu. |
Shift + F8 | Execute the "Step Over" function in the Debug menu. |
Shift + F9 | Execute the "Quick Watch" function in the Debug menu. |
Esc | Execute the "Break" function in the Debug menu. |
Insert | Switch whether to input characters with insert mode or over-type mode. |
Delete | Delete the selected string, or the character to the right of the cursor. |
Backspace | Delete the selected string or the character to the left of the cursor. |
Shift + Tab | Switches focus between windowpanes when the edit window is split. |
Home | Move the cursor to the beginning of the line. |
Ctrl + Home | Move the cursor to the first line of the code. |
Shift + Home | Expand the selected area to the beginning of the line. |
Ctrl + Shift + Home | Expand the selected area to the first line of the code |
End | Move the cursor to the end of the line |
Ctrl + End | Move the cursor to the last line of the code. |
Shift + End | Expand the selected area to the end of the line. |
Ctrl + Shift + End | Expand the selected area to the last line of the code. |
¬ | Move the cursor left one character. |
Ctrl + ¬ | Move the cursor to the beginning of the previous word. |
Shift + ¬ | Expand the selected area by 1 character to the left. |
Ctrl + Shift + ¬ | Expand the selected area to the beginning of the previous word. |
® | Move the cursor one character to the right. |
Ctrl + ® | Move the cursor to the beginning of the next word. |
Shift + ® | Expand the selected area one character to the right. |
Ctrl + Shift + ® | Expand the selected area to the beginning of the next word. |
| Move the cursor to the previous line. |
Shift + | Expand the selected area to the previous line. |
¯ | Move the cursor to the next line. |
Shift + ¯ | Expand the selected area to the next line. |
PageUp | Move the cursor to the previous page. |
Shift + PageUp | Expand the selected area to the previous page. |
PageDown | Move the cursor to the next page. |
Shift + PageDown | Expand the selected area to the next page. |