Difference between revisions of "WDSC shortcuts"

From MidrangeWiki
Jump to: navigation, search
m (Add version columm)
Line 1: Line 1:
 
[[Category:Quick Reference]]
 
[[Category:Quick Reference]]
 
{{AN}} - 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!
 
{{AN}} - 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''==
 
  
 
{| class="wikitable" class=sortable
 
{| class="wikitable" class=sortable
 
|-
 
|-
 
! Key
 
! Key
 +
! Starting version
 
! Description
 
! Description
 
|-
 
|-
 
| F12  
 
| F12  
 +
| 6.x
 
| Make editor active.  This is particularly useful for switching back to the editor view from the iSeries Error list view after a compile.
 
| 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  
 
| Dbl-click on word  
 +
| 6.x
 
| Selects word
 
| Selects word
 
|-
 
|-
 
| Ctrl-C  
 
| Ctrl-C  
 +
| 6.x
 
| Copies current selection
 
| Copies current selection
 
|-
 
|-
 
| Ctrl-V  
 
| Ctrl-V  
 +
| 6.x
 
| Pastes clipboard contents
 
| Pastes clipboard contents
 
|-
 
|-
 
| Ctrl-X  
 
| Ctrl-X  
 +
| 6.x
 
| Cuts current selection to clipboard
 
| Cuts current selection to clipboard
 
|-
 
|-
 
| Ctrl-Z  
 
| Ctrl-Z  
 +
| 6.x
 
| Undo
 
| Undo
 
|-
 
|-
 
| Ctrl-Y  
 
| Ctrl-Y  
 +
| 6.x
 
| ReDo
 
| ReDo
 
|-
 
|-
 
| Ctrl-S  
 
| Ctrl-S  
 +
| 6.x
 
| Save
 
| Save
 
|-
 
|-
 
| Insert  
 
| Insert  
 +
| 6.x
 
| Toggles insert mode (mode shows in header)
 
| Toggles insert mode (mode shows in header)
 
|-
 
|-
 
| Ctrl-A  
 
| Ctrl-A  
 +
| 6.x
 
| Selects all source
 
| Selects all source
 
|-
 
|-
 
| Ctrl-Shift-A
 
| Ctrl-Shift-A
 +
| 6.x
 
| Open Member Dialog
 
| Open Member Dialog
 
|-
 
|-
 
| Ctrl-Enter
 
| Ctrl-Enter
 +
| 6.x
 
| Insert blank line after current (does not split)
 
| Insert blank line after current (does not split)
 
|-
 
|-
 
| Ctrl-F  
 
| Ctrl-F  
 +
| 6.x
 
| Find ? simple in source  
 
| Find ? simple in source  
 
|-
 
|-
 
| Alt-L  
 
| Alt-L  
 +
| 6.x
 
| Selects current line
 
| Selects current line
 
|-
 
|-
 
| Ctrl-D  
 
| Ctrl-D  
 +
| 6.x
 
| Copies current line and places below  
 
| Copies current line and places below  
 
|-
 
|-
 
| Ctrl-Backspace  
 
| Ctrl-Backspace  
 +
| 6.x
 
| Deletes the line cursor is on
 
| Deletes the line cursor is on
 
|-
 
|-
 
| Ctrl-T  
 
| Ctrl-T  
 +
| 6.x
 
| Bring the current line to the top of the view
 
| Bring the current line to the top of the view
 
|-
 
|-
 
| Ctrl-Q  
 
| Ctrl-Q  
 +
| 6.x
 
| Sets a marker at the current position
 
| Sets a marker at the current position
 
|-
 
|-
 
| Ctrl-J  
 
| Ctrl-J  
 +
| 6.x
 
| Moves cursor back to last change made in source
 
| Moves cursor back to last change made in source
 
|-
 
|-
 
| Alt-S  
 
| Alt-S  
 +
| 6.x
 
| Splits line at current cursor position
 
| Splits line at current cursor position
 
|-
 
|-
 
| Alt-U  
 
| Alt-U  
 +
| 6.x
 
| Deselects any currently selected text
 
| Deselects any currently selected text
 
|-
 
|-
 
| DblClick Header  
 
| DblClick Header  
 +
| 6.x
 
| Shifts into full screen mode
 
| Shifts into full screen mode
 
|-
 
|-
 
| Ctrl-F7  
 
| Ctrl-F7  
 +
| 6.x
 
| Switches between open views
 
| Switches between open views
 
|-
 
|-
 
| Ctrl-F8  
 
| Ctrl-F8  
 +
| 6.x
 
| Switches between open perspectives
 
| Switches between open perspectives
 
|-
 
|-
 
| Ctrl-e  
 
| Ctrl-e  
 +
| 6.x
 
| Displays list of open editors
 
| Displays list of open editors
 
|-
 
|-
 
| Ctrl-F4  
 
| Ctrl-F4  
 +
| 6.x
 
| Closes open editor
 
| Closes open editor
 
|-
 
|-
 
| F1  
 
| F1  
 +
| 6.x
 
| Help
 
| Help
 
|-
 
|-
 
| Ctrl - Shift - C
 
| Ctrl - Shift - C
| Compiles current editor source member
+
| 6.x
 +
| Compiles current editor source member
 
|-}
 
|-}
  

Revision as of 17:14, 23 October 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!

Categories

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

Key Starting version Description
F12 6.x 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 6.x Selects word
Ctrl-C 6.x Copies current selection
Ctrl-V 6.x Pastes clipboard contents
Ctrl-X 6.x Cuts current selection to clipboard
Ctrl-Z 6.x Undo
Ctrl-Y 6.x ReDo
Ctrl-S 6.x Save
Insert 6.x Toggles insert mode (mode shows in header)
Ctrl-A 6.x Selects all source
Ctrl-Shift-A 6.x Open Member Dialog
Ctrl-Enter 6.x Insert blank line after current (does not split)
Ctrl-F 6.x Find ? simple in source
Alt-L 6.x Selects current line
Ctrl-D 6.x Copies current line and places below
Ctrl-Backspace 6.x Deletes the line cursor is on
Ctrl-T 6.x Bring the current line to the top of the view
Ctrl-Q 6.x Sets a marker at the current position
Ctrl-J 6.x Moves cursor back to last change made in source
Alt-S 6.x Splits line at current cursor position
Alt-U 6.x Deselects any currently selected text
DblClick Header 6.x Shifts into full screen mode
Ctrl-F7 6.x Switches between open views
Ctrl-F8 6.x Switches between open perspectives
Ctrl-e 6.x Displays list of open editors
Ctrl-F4 6.x Closes open editor
F1 6.x Help
Ctrl - Shift - C 6.x Compiles current editor source member