Difference between revisions of "WDSC shortcuts"

From MidrangeWiki
Jump to: navigation, search
(Categories)
m (Converted to a table)
Line 3: Line 3:
 
==Version 6.''x''==
 
==Version 6.''x''==
  
* F12 - Make editor active.  This is particularly useful for switching back to the editor view from the iSeries Error list view after a compile.
+
{| class="wikitable"
* Dbl-click on word -- Selects word
+
|-
* Ctrl-C -- Copies current selection
+
! Key
* Ctrl-V -- Pastes clipboard contents
+
! Description
* Ctrl-X -- Cuts current selection to clipboard
+
|-
* Ctrl-Z -- Undo
+
| F12  
* Ctrl-Y -- ReDo
+
| Make editor active.  This is particularly useful for switching back to the editor view from the iSeries Error list view after a compile.
* Ctrl-S -- Save
+
|-
* Insert -- Toggles insert mode (mode shows in header)
+
| Dbl-click on word  
* Ctrl-A -- Selects all source
+
| Selects word
* Ctrl-F -- Find ? simple in source  
+
|-
* Alt-L -- Selects current line
+
| Ctrl-C  
* Ctrl-D -- Copies current line and places below  
+
| Copies current selection
* Ctrl-Backspace -- Deletes the line cursor is on
+
|-
* Ctrl-T -- Bring the current line to the top of the view
+
| Ctrl-V  
* Ctrl-Q -- Sets a marker at the current position
+
| Pastes clipboard contents
* Ctrl-J -- Moves cursor back to last change made in source
+
|-
* Alt-S -- Splits line at current cursor position
+
| Ctrl-X  
* Alt-U -- Deselects any currently selected text
+
| Cuts current selection to clipboard
* DblClick Header -- Shifts into full screen mode
+
|-
* Ctrl-F7 -- Switches between open views
+
| Ctrl-Z  
* Ctrl-F8 -- Switches between open perspectives
+
| Undo
* Ctrl-e -- Displays list of open editors
+
|-
* Ctrl-F4 -- Closes open editor
+
| Ctrl-Y  
* F1 -- Help
+
| ReDo
 
+
|-
 +
| Ctrl-S  
 +
| Save
 +
|-
 +
| Insert  
 +
| Toggles insert mode (mode shows in header)
 +
|-
 +
| Ctrl-A  
 +
| Selects all source
 +
|-
 +
| Ctrl-F  
 +
| Find ? simple in source  
 +
|-
 +
| Alt-L  
 +
| Selects current line
 +
|-
 +
| Ctrl-D  
 +
| Copies current line and places below  
 +
|-
 +
| Ctrl-Backspace  
 +
| Deletes the line cursor is on
 +
|-
 +
| Ctrl-T  
 +
| Bring the current line to the top of the view
 +
|-
 +
| Ctrl-Q  
 +
| Sets a marker at the current position
 +
|-
 +
| Ctrl-J  
 +
| Moves cursor back to last change made in source
 +
|-
 +
| Alt-S  
 +
| Splits line at current cursor position
 +
|-
 +
| Alt-U  
 +
| Deselects any currently selected text
 +
|-
 +
| DblClick Header  
 +
| Shifts into full screen mode
 +
|-
 +
| Ctrl-F7  
 +
| Switches between open views
 +
|-
 +
| Ctrl-F8  
 +
| Switches between open perspectives
 +
|-
 +
| Ctrl-e  
 +
| Displays list of open editors
 +
|-
 +
| Ctrl-F4  
 +
| Closes open editor
 +
|-
 +
| F1  
 +
| Help
 +
|}
 
==Categories==
 
==Categories==
 
[[Category:WDSC|Shortcuts]]
 
[[Category:WDSC|Shortcuts]]
 +
{{stub}}

Revision as of 15:28, 7 May 2007

WDSC shortcuts - this is a (non-exhaustive) list of some of the keyboard shortcuts available in WDSC. Many of the shortcuts change between major versions of the product, so please be careful!

Version 6.x

Key Description
F12 Make editor active. This is particularly useful for switching back to the editor view from the iSeries Error list view after a compile.
Dbl-click on word Selects word
Ctrl-C Copies current selection
Ctrl-V Pastes clipboard contents
Ctrl-X Cuts current selection to clipboard
Ctrl-Z Undo
Ctrl-Y ReDo
Ctrl-S Save
Insert Toggles insert mode (mode shows in header)
Ctrl-A Selects all source
Ctrl-F Find ? simple in source
Alt-L Selects current line
Ctrl-D Copies current line and places below
Ctrl-Backspace Deletes the line cursor is on
Ctrl-T Bring the current line to the top of the view
Ctrl-Q Sets a marker at the current position
Ctrl-J Moves cursor back to last change made in source
Alt-S Splits line at current cursor position
Alt-U Deselects any currently selected text
DblClick Header Shifts into full screen mode
Ctrl-F7 Switches between open views
Ctrl-F8 Switches between open perspectives
Ctrl-e Displays list of open editors
Ctrl-F4 Closes open editor
F1 Help

Categories

This article is a stub. You can help by editing it.