用于包布局的 SSIS 键盘快捷键
我正在 Visual Studio (SSIS) 中对巨大的 DTSX 包进行一些编辑,我的目标是使流程布局更加整洁。 因此,我通常选择部分流程,然后使用以下菜单:
Format
>自动布局
>图表
格式
>对齐
>居中
格式
>制作相同尺寸
>两者
格式
>水平间距
>使相等
格式
>垂直间距
>Make Equal
这些命令有快捷键吗? 我查看了谷歌和微软官方文档,但没有发现任何在这个方向上有帮助的东西。
I am making a few edits on huge DTSX packages in Visual Studio (SSIS), and my target is to make a more tidy layout of the flows.
For this reason, I use to select part of the flows and then use the following menu:
Format
>Auto Layout
>Diagram
Format
>Align
>Center
Format
>Make Same Size
>Both
Format
>Horizontal Spacing
>Make Equal
Format
>Vertical Spacing
>Make Equal
Is there a key shortcut for these commands?
I looked over Google and the official Microsoft documentation, but I didn't find anything helpful in this direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,没有为布局命令分配默认键盘快捷键:
您可以指定自己的快捷键!
在顶部菜单栏中,转到工具 > ;选项。
显示选项对话框后,单击键盘部分。并选择您要分配快捷方式的命令。在“显示包含的命令”中,输入
Format.
查找与格式化相关的命令,例如Format.Diagram
、Format.MakeHorizontalSpacingEqual
等然后按您想要的快捷键并单击分配按钮(如下所示)。分配快捷键后,检查在菜单条中选择的命令,并注意键盘快捷键显示在其旁边。
By default, there are no default keyboard shortcuts assigned for the layout commands:
You can assign your own shortcuts!
In the top menu strip, go to Tools > Options.
Once the options dialog is shown, click on the keyboard section. And select the command you are looking to assign the shortcuts. In the "Show commands containing", type
Format.
to find the commands related to formatting, e.g.Format.Diagram
,Format.MakeHorizontalSpacingEqual
, etc. Then press the shortcut you want and click on the assign button (as shown below).After assigning the shortcuts, you check the command you selected in the menu strip and note that the keyboard shortcut is shown beside it.