Keyboard Maestro使用技巧系列2:為瀏覽器打造強(qiáng)力書(shū)簽組

如果要建立的書(shū)簽組在一個(gè)子目錄里,還可以插入“Submenu”的名稱(chēng),最后在“Menu Item”里輸入書(shū)簽的完整名字

Keyboard Maestro使用技巧系列2:為瀏覽器打造強(qiáng)力書(shū)簽組

最后按書(shū)簽順序?qū)?shū)簽依次建立成Marco放入Group里即可。

在這里分享一個(gè)我的“強(qiáng)力書(shū)簽組”最后一個(gè)功能書(shū)簽,其實(shí)就是一個(gè)AppleScript,可以將當(dāng)期Chrome網(wǎng)頁(yè)轉(zhuǎn)到Safari打開(kāi):

set list_Tabs to {} tell application “Google Chrome” set the_Tabs to (tabs of every window) repeat with the_Tab in the_Tabs set the_Items to (every item of the_Tab) repeat with the_Item in the_Items copy URL of the_Item to end of list_Tabs end repeat end repeat end tell tell application “Safari” repeat with list_Tab in list_Tabs set myTab to make new tab at end of tabs of window 1 set URL of myTab to list_Tab end repeat end tell
評(píng)論 7 條
  • 半夜美食-0-

    如何設(shè)置才能使得 Palette 使用后自動(dòng)關(guān)閉呢?

    2014-08-14 11:39 回復(fù)

  • 玩兒法

    你要給group的trigger設(shè)立一個(gè)hotkey

    2014-03-28 16:19 回復(fù)

  • Kei_red

    請(qǐng)問(wèn)如何建立一個(gè)Palette的group ,我直接點(diǎn)加號(hào)出來(lái)的是一個(gè)普通文件夾圖標(biāo)的group,貌似和文中圖標(biāo)不一樣(文中圖標(biāo)右下角還有個(gè)黑色)

    2014-03-28 15:47 回復(fù)

    • 玩兒法

      感謝關(guān)注我們的系列文章,你要給group的trigger設(shè)立一個(gè)hotkey

      2014-03-28 16:20 回復(fù)

      • Kei_red

        謝謝,原來(lái)group也有trigger,明白了~

        2014-03-29 06:30 回復(fù)

  • Daniel0829

    要不要考慮來(lái)一發(fā)Keyboard Maestro的福利呀?^_^

    2014-03-26 09:33 回復(fù)