Learn Clinical Programming using SAS, R and Python etc

Search This Blog

SAS : Keyboard Shortcuts within the Enhanced Editor

 



CategoryCommandKeyboard Shortcut
AbbreviationAdd a new abbreviationCtrl + Shift + A
Bring up word tipAlt + F1 + No Selection
Hide the current word tipEsc
Code CollapsingCollapse all tiered blocksAlt + Ctrl + Number pad -
Collapse current lineAlt + Number pad -
Expand all tiered blocksAlt + Ctrl + Number pad +
Expand current lineAlt + Number pad +
Toggle expand current lineAlt + Number pad *
Command and Macro SupportAdd or change macrosCtrl + Shift + M
Execute the last recorded macroCtrl + F1
Play a command and macroAlt + F8
Start and Complete macroAlt + Shift + R
EditCopy selectionCtrl + C
Ctrl + Insert
Cut selectionCtrl + X
Shift+Delete
Delete current characterDelete
Note: You can delete the entire line by using SHIFT+END to extend the selection to the end of the line and pressing the delete or backspace key.
Delete previous characterBackspace or Shift + Backspace
Delete to next word startCtrl + Delete
Delete to previous word startCtrl + Backspace
Insert a carriage returnEnter
Paste from clipboardCtrl + V
Shift+Insert
RedoCtrl + Y
Alt + Shift + Backspace
UndoCtrl + Z
Alt + Backspace
HelpGet Help for a SAS procedureplace the insertion point within a procedure name and press F1
Context HelpF1
Line MarkersGo to the next marked lineF2
Go to the previous marked lineShift + F2
Toggle marker on the current lineCtrl + F2
NavigationGo to line (interactive)Ctrl + G
Move cursor to the top of the fileCtrl + Page Up
Ctrl + Home
Move cursor to the bottom of the fileCtrl + Page Down
Ctrl + End
Move cursor downDown
Move cursor down a pagePage Down
Move cursor leftLeft
Move cursor rightRight
Move cursor to beginning of lineHome
Move cursor to end of lineEnd
Move cursor to matching brace and parenthesesCtrl + [
Ctrl + ]
Move cursor to matching DO and END keywordAlt + [
Alt + ]
Move cursor to next case changeAlt + Right
Move cursor to next word startCtrl + Right
Move cursor to previous case changeAlt + Left
Move cursor to previous word startCtrl + Left
Move cursor upUp
Move cursor up a pagePage Up
Move cursor to the first visible lineAlt + Up
Move cursor to the last visible lineAlt + Down
Scroll screen downCtrl + Up
Scroll screen upCtrl + Down
Option SettingToggle insert and overwrite modeInsert
SelectionExtend selection character leftShift + Left
Extend selection character rightShift + Right
Extend selection downShift + Down
Extend selection down a pageShift + Page Down
Extend selection to beginning of documentCtrl + Shift + Home
Ctrl + Shift + Page Up
Extend selection to beginning of lineShift + Home
Extend selection to end of documentCtrl + Shift + End
Ctrl + Shift + Page Down
Extend selection to end of lineShift + End
Extend selection to next case changeAlt + Shift + Right
Extend selection to previous case changeAlt + Shift + Left
Extend selection upShift + Up
Extend selection up a pageShift + Page Up
Extend selection to previous word startCtrl + Shift + Left
Extend selection to the next word startCtrl + Shift + Right
Select allCtrl + A
Selection OperationsClean up whitespace charactersCtrl + Shift + W
Comment the selection with line commentsCtrl + /
Convert the selected text to lowercaseCtrl + Shift + L
Convert the selected text to uppercaseCtrl + Shift + U
Tab selectionTab + Selection
Undo the CommentCtrl + Shift + /
Left Tab selectionShift + Tab + Selection



No comments:

Post a Comment