SAS 命令行快捷方式
Base SAS 中是否有快捷方式可以将焦点提供给命令行/显示管理器栏?
Is there a shortcut in Base SAS to provide focus to the command-line / display manager bar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Windows PC 上,F11 键可能已被映射以将焦点提供给命令栏,因此我建议首先尝试该操作。正如您在其他答案中所示,F9 通常默认映射(同样在 Windows 上)以显示现有的键绑定(与“工具”->“选项”->“键”相同)。
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).
感谢 Trevor
dm "keydef F9 ""命令焦点;""";
Thanks to Trevor
dm "keydef F9 ""command focus;""";