
1 nexklee OP 啊 排版乱了 代码哪里 应该一条一行 希望有人能看懂 |
2 Adlered Nov 22, 2019 Ctrl + W 应该是可以关闭单标签页的。 |
4 nexklee OP |
5 nexklee OP 大家用以上 ahk 的代码能关闭标签页吗? 莫非还是这个问题其实是我电脑问题? 因为用键盘 ctrl+w 是正常关闭标签页 但用 ahk 是整个 chrome 关闭 |
6 martinsu Nov 22, 2019 Send ^{W} 换成 ^{F4} 试一试(中止热键另行找其他代替) |
7 superrichman Nov 22, 2019 via iPhone w 改小写试试 可能 W 被理解成了 ctrl shift w |
8 ungrown Nov 22, 2019 @superrichman #7 +1 >Note: As capital letters are produced by sending the Shift key, A produces a different effect in some programs than a. For example, !A presses Alt+Shift+A and !a presses Alt+A. If in doubt, use lowercase. |
9 nexklee OP |