用于包布局的 SSIS 键盘快捷键

发布于 2025-01-09 04:11:51 字数 516 浏览 1 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听风吹 2025-01-16 04:11:51

默认情况下,没有为布局命令分配默认键盘快捷键:

在此处输入图像描述

您可以指定自己的快捷键!

在顶部菜单栏中,转到工具 > ;选项

输入图片此处描述

显示选项对话框后,单击键盘部分。并选择您要分配快捷方式的命令。在“显示包含的命令”中,输入Format.查找与格式化相关的命令,例如Format.DiagramFormat.MakeHorizo​​ntalSpacingEqual等然后按您想要的快捷键并单击分配按钮(如下所示)

输入图片此处描述

分配快捷键后,检查在菜单条中选择的命令,并注意键盘快捷键显示在其旁边。

输入图片此处描述

By default, there are no default keyboard shortcuts assigned for the layout commands:

enter image description here

You can assign your own shortcuts!

In the top menu strip, go to Tools > Options.

enter image description here

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

enter image description here

After assigning the shortcuts, you check the command you selected in the menu strip and note that the keyboard shortcut is shown beside it.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文