![]() | 1 nexklee OP 啊 排版乱了 代码哪里 应该一条一行 希望有人能看懂 |
2 Adlered 2019-11-22 11:29:35 +08:00 Ctrl + W 应该是可以关闭单标签页的。 |
![]() | 4 nexklee OP |
![]() | 5 nexklee OP 大家用以上 ahk 的代码能关闭标签页吗? 莫非还是这个问题其实是我电脑问题? 因为用键盘 ctrl+w 是正常关闭标签页 但用 ahk 是整个 chrome 关闭 |
6 martinsu 2019-11-22 12:50:10 +08:00 Send ^{W} 换成 ^{F4} 试一试(中止热键另行找其他代替) |
7 superrichman 2019-11-22 13:06:07 +08:00 via iPhone w 改小写试试 可能 W 被理解成了 ctrl shift w |
8 ungrown 2019-11-22 13:22:04 +08:00 @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 |