简体   繁体   English

无法将Ctrl + W重新映射到autohotkey中的F2键

[英]Can't remap Ctrl+W to the F2 key in autohotkey

My mind is blown; 我的思绪被吹了; it seems like the easiest thing but: 这似乎是最简单的事情,但是:

w::F2 works w::F2有效

^w::F2 doesn't work no matter what ^w::F2无论如何都不起作用

If something was mapped to Ctrl + W , it doesn't perform it, but it doesn't press F2 either. 如果某些内容映射到Ctrl + W ,它不会执行它,但它也不会 F2

From the help file documentation this should work... but it's not here, either. 从帮助文件文档中,这应该可以工作......但它也不在这里。 The documentation says "AutoHotkey's remapping feature described below is generally not as pure and effective as ...." so it is expected that the direct remapping doesn't always work. 文档说“下面描述的AutoHotkey的重新映射功能通常不像......那样纯粹和有效”,因此预计直接重映射并不总是有效。

Use this instead 请改用它

^w::Send,{F2}

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

相关问题 在 Kiosk 模式下在 Linux 上禁用 Chromium Ctrl+T、Ctrl+N、Ctrl+W、Alt+F4 等? - Disable Chromium Ctrl+T, Ctrl+N, Ctrl+W, Alt+F4, etc on Linux in kiosk mode? 使用自动热键(W7 Pro SP1)将“ Ctrl + 1”重新映射为“ Alt + d” - Remap “Ctrl+l” to “Alt+d” with Autohotkey (W7 Pro SP1) Visual Studio 2010:如何重新映射F2以重命名文件而不是打开对象浏览器 - Visual Studio 2010: How Can I remap F2 to Rename File rather than Open Object Browser 键修饰符的 AutoHotKey 组合键(重新映射) - AutoHotKey Key Combinations (remap) for key modifiers Autohotkey:重新映射 Win 键 - 单独按下时 - Autohotkey: Remap Win key - when pressed alone Visual Studio:快捷键等效于Eclipse中的F2(用于选项菜单) - Visual Studio: shortcut key equivalent to F2 in Eclipse for option menu 尽管重启,F2键仍未在Eclipse Pydev中工作 - The F2 key not working in Eclipse Pydev, despite restarting PureBasic-如何模拟按F1或F2键盘按钮? - PureBasic - how can i simulate pressing F1 or F2 keyboard button? Windows PC上的Autohotkey重映射Apple Mac键盘 - Autohotkey remap Apple Mac keyboard on Windows PC 在Netbeans中关闭查找功能(ctrl + f)的快捷键? - Shortcut key for closing find function (ctrl + f) in Netbeans?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM