Allan Bowe
Allan Bowe

Reputation: 12691

SAS Command Line shortcut

Is there a shortcut in Base SAS to provide focus to the command-line / display manager bar?

Upvotes: 3

Views: 819

Answers (2)

cmjohns
cmjohns

Reputation: 4475

On a Windows PC, the F11 key will probably already be mapped to provide focus to the command bar, so I would suggest trying that first. F9 as you show in the other answer is typically mapped by default (again on Windows) to show the existing key-bindings (Same as going to Tools->Options->Keys).

Upvotes: 3

Allan Bowe
Allan Bowe

Reputation: 12691

Thanks to Trevor

dm "keydef F9 ""command focus;""";

Upvotes: 0

Related Questions