键作为快捷键的一部分

键作为快捷键的一部分

本文介绍了"Windows"键作为快捷键的一部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我经常在进行开发时打开控制台窗口.通常 + -> cmd->输入.但是,Windows还允许您将快捷键添加到任何快捷方式中……但是当我尝试添加 + 来为我喜欢的大小/形状的快捷方式添加快捷键时/buffered控制台出现,它改为使用 + + (已经在各种编辑器和其他应用中使用...无法使用.)

I very often open a console window while doing my development. Usually + -> cmd -> enter. However, Windows also lets you add a shortcut key to any shortcut ... but when I try to add + to make the shortcut for my favorite-sized/shaped/buffered console appear, it uses ++ instead (already used in various editors and other apps...no go.)

是否可以使用Windows键作为快捷键组合的一部分?

Is there any way to use the windows key as part of a shortcut key combo?

(这将在Windows XP中使用)

推荐答案

为此,您可以使用 autohotkey

当你在它的时候.使用控制台可以大大改善命令控制台的体验.

And while you are at it. Use console for a much improved command console experience.

这篇关于"Windows"键作为快捷键的一部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 03:47