作者cyhsing (Hsing)
看板EzHotKey
标题[AHK-] 请问工具列上的tab的切换要如何写?
时间Fri May 22 16:16:07 2009
请问一下,我想要让工具列上tab的切换更快速要如何达成呢?
(因为我有用可以照自己想要的顺序排列tab的软体)
譬如说目前工具列的tab如以下所示:
tab1 tab2 tab3 tab4 tab5 tab6 tab7 tab8
若目前的active windows是tab3
我想要用的快速键如以下所示:
------------------------------------
win+pageup:: 跳到tab2并使之active
win+pagedown:: 跳到tab4并使之active
win+1::tab1
win+2::tab2
.....以此类推
------------------------------------
我的想法是利用alt+tab或是win+tab来写,但试过很多写法却一直失败。
请问有没有人知道要怎麽写呢?
谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.17.147
※ 编辑: cyhsing 来自: 140.112.17.147 (05/22 17:06)
1F:→ UndeadSion:参考看看 TrayIcon.zip 里的 TaskButton.ahk 05/23 16:19
3F:→ cyhsing:感谢楼上大大! 05/24 00:35