是否可以使同一 Windows 程序的多个运行实例具有不同的图标以进行切换
在 Win7 上运行时,我打开了多个 BASH shell 实例,执行不同的操作。
当我使用 ALT-TAB 切换窗口时,我无法区分它们。他们都说“Git Bash”并且都有相同的图标。所以我必须按顺序打开它们才能得到我想要的。
当我在两个窗口之间切换时没问题,但当我想找到一个最近没有打开过的窗口时,这很烦人。
我也许可以通过创建 shell .exe 的多个实例并在每个实例中放置不同的图标来实现此目的,但这有些限制。
有没有更接近我想做的事情。
Running on Win7 I've got multiple instances of the BASH shell open, doing different things.
When I switch windows with ALT-TAB I can't distinguish between them. They all say "Git Bash" and they all have the same icon. So I've got to open them in sequence to get the one I want.
No problem when I am toggling between two windows, but it's annoying when I want to find one that I have not opened recently.
I might be able to do this by creating multiple instances of the shell .exe and putting a different icons in each, but that is somewhat restricting.
Is there something closer to what I'd want to do possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题并在这里做了一些调查:)
可能是我的 博客文章 会帮助你
解决方案是为你的 shell 创建几个快捷方式,并在它们的属性中设置不同的图标。
I had same problems and did some investigations here :)
Probably my blog post will help you
The solution is to make several shortcuts for your shell and set different icons in their properties.