简体   繁体   English

“Windows”键作为快捷键的一部分

[英]"Windows" key as part of a shortcut key

I very often open a console window while doing my development.我在进行开发时经常打开一个控制台窗口。 Usually Win + R -> cmd -> enter.通常Win + R -> cmd -> 回车。 However, Windows also lets you add a shortcut key to any shortcut ... but when I try to add Win + C to make the shortcut for my favorite-sized/shaped/buffered console appear, it uses Ctrl + Alt + C instead (already used in various editors and other apps...no go.)但是,Windows 还允许您向任何快捷方式添加快捷键......但是当我尝试添加Win + C以显示我最喜欢的大小/形状/缓冲控制台的快捷方式时,它使用Ctrl + Alt + C代替(已经在各种编辑器和其他应用程序中使用过......不行。)

Is there any way to use the windows key as part of a shortcut key combo?有没有办法将 windows 键用作快捷键组合的一部分?

(This would be with Windows XP) (这适用于 Windows XP)

You can use autohotkey for this sort of thing.你可以使用自动热键来做这种事情。

And while you are at it.当你在它的时候。 Use console for a much improved command console experience.使用控制台可大大改善命令控制台体验。

If you read the Tooltip (Click the ? and then the label), it says it automatically uses Ctrl + Alt with the intent of picking the final character and no other modifiers -- I assume to avoid overlap with existing shortcut keys.如果您阅读工具提示(单击 ?,然后单击标签),它会自动使用Ctrl + Alt来选择最后一个字符而不是其他修饰符——我假设避免与现有快捷键重叠。 So, no, I don't think you can assign the Windows key in that manner.所以,不,我认为您不能以这种方式分配 Windows 键。 There may be some third-party tools (eg AutoHotKey ) that lets you do so, though.不过,可能有一些第三方工具(例如AutoHotKey )可以让您这样做。

Also see Kana's SendKey executable.另请参阅 Kana 的 SendKey 可执行文件。 Site地点

You'll see LWIN or RWIN even allows you to choose the left or right WinKey.您会看到 LWIN 或 RWIN 甚至允许您选择左侧或右侧的 WinKey。 It's pretty versatile when scripting... and as a bonus it doesn't require installation.它在编写脚本时非常通用......而且作为奖励,它不需要安装。

Here's the readme contents:以下是自述文件内容:

___________
DESCRIPTION:

Kana SendKey is a command line program which can be used
to send a system wide hotkey.

__________
HOW TO USE:

1. Run it with several parameters attached into the
   command line. For information about the parameters,
   see the Parameter section below.

2. You can also create a shortcut and assign the parameters
   on shortcut.

______
SYNTAX:

KanaKey [parameter1] [parameter2] ...

Example:
To send system wide CTRL+ALT+O, use:
KanaKey CTRL ALT O

Note: If no parameter is given, no action is performed.

__________
PARAMETERS:

  CTRLBREAK   = Control+Break
  BACKSPACE   = Backspace key
  TAB         = Tab key
  CLEAR       = Clear key
  RETURN      = Enter key
  SHIFT       = Shift key
  CTRL        = Ctrl Key
  ALT         = Alt key
  PAUSE       = Pause key
  CAPS        = Caps Lock key
  ESC         = Esc key
  SPACE       = Space key
  PAGEUP      = Page Up key
  PAGEDOWN    = Page Dn key
  END         = End key
  HOME        = Home key
  LEFT        = Left Arrow key
  UPARROW     = Up Arrow key
  RIGHTARROW  = Right Arrow key
  DOWNARROW   = Down Arrow key
  PRINTSCR    = Prnt Scrn key
  INSERT      = Insert Key
  DEL         = Delete Key
  LWIN        = Left Win key
  RWIN        = Right Win key
  NUM0        = Numeric 0 key
  NUM1        = Numeric 1 key
  NUM2        = Numeric 2 key
  NUM3        = Numeric 3 key
  NUM4        = Numeric 4 key
  NUM5        = Numeric 5 key
  NUM6        = Numeric 6 key
  NUM7        = Numeric 7 key
  NUM8        = Numeric 8 key
  NUM9        = Numeric 9 key
  MULTIPLY    = * key on numeric key pad
  ADD         = + key on numeric key pad
  SUBTRACT    = - key on numeric key pad
  DECIMAL     = . key on numeric key pad
  DIVIDE      = / key on numeric key pad
  F1          = F1 key
  F2          = F2 key
  F3          = F3 key
  F4          = F4 key
  F5          = F5 key
  F6          = F6 key
  F7          = F7 key
  F8          = F8 key
  F9          = F9 key
  F10         = F10 key
  F11         = F11 key
  F12         = F12 key
  F13         = F13 key
  F14         = F14 key
  F15         = F15 key
  F16         = F16 key
  F17         = F17 key
  F18         = F18 key
  F19         = F19 key
  F20         = F20 key
  F21         = F21 key
  F22         = F22 key
  F23         = F23 key
  F24         = F24 key
  NUMLOCK     = Num Lock key
  SCROLLLOCK  = Scroll Lock key

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PhpStorm 2017 中提交和推送的快捷键 - Windows - Shortcut key for commit and push in PhpStorm 2017 - Windows 如何为 windows 具体设置做快捷键? - how can I make a shortcut key for windows specific settings? 在Windows 7中按快捷键时键入预定义的文本 - Type a pre defined text when a shortcut key is pressed in Windows 7 在Windows的gui中使用emacs 24.3时,如何取消Windows快捷键? - How to cancel the windows shortcut key when I use emacs 24.3 in gui in windows? 我已经用Java开发了一个软件应用程序,我想在其中应用Windows快捷键 - I have made a software application in Java.I want to apply a windows shortcut key to it 在Windows窗体上执行快捷键而没有按ALT键的情况下 - Button Shortcut being executed without ALT key being pressed on Windows Forms 是否可以将正在运行的应用程序绑定到快捷键? - Is it possible to bind running application to a shortcut key? 通过快捷键在 TotalCommander 中运行 Git 控制台 - Run Git console in TotalCommander by key shortcut 热键,快捷键和加速键之间有什么区别? - What is difference between hotkey, shortcut and accelerator key? 通过组合键创建桌面快捷方式? - Creating a desktop shortcut out of a key combination?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM