SAS Command Line shortcut

808 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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).

0
On

Thanks to Trevor

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