[AHK-] 更改Chrome的快捷鍵設定?

作者: irassyai (歡迎光臨)   2012-07-12 11:40:52
請問大家
該如何用ahk來更改chrome的快捷鍵設定呢?
google後是有找到以下腳本
#ifwinactive ahk_class Chrome_WidgetWin_0
{
F4::
send ^w ;關閉當前標籤頁
return
F3::
send ^{tab} ;切換到下一個標籤頁
return
F2::send ^+{tab} ;切換到上一個標籤頁
F8::send ^+t ;打開剛剛關閉的標籤頁
F1::send ^t ;新標籤頁
}
但是試過之後沒有效用...
請問是哪裡出了問題呢??
謝謝大家
作者: ScorAlan (Stop)   2012-07-12 14:43:00
我的Chromium是把#ifwinactive ahk_class Chrome_WidgetWin_0 中的0改成1就可以了. 你看看你的改成1可以用嗎?
作者: irassyai (歡迎光臨)   2012-07-14 01:10:00
改完之後果然可以作用了!太感謝樓上了!謝謝!

Links booklink

Contact Us: admin [ a t ] ucptt.com