快速鍵
Accelerators
包含 Internet Explorer Accelerators 的設定。
快速鍵是 Internet Explorer 中的功能表選項,可協助自動化常見的瀏覽器相關工作。 在 Internet Explorer 中,當您以滑鼠右鍵按一下選取的文字時,快速鍵會出現在可用的選項清單中。 例如,如果您選取位址,您可以使用加速器來顯示該位址的地圖。
若要在 Windows 系統映射管理員中新增快速鍵, (Windows SIM) ,請將 Accelerators 元件新增至回應檔案。 接下來,以滑鼠右鍵按一下 [加速器],然後選取 [ 插入新加速器]。
如需設定加速器的詳細資訊,請參閱 MSDN 主題 OpenService Accelerators 開發人員指南。
子元素
設定 | 描述 |
---|---|
加速器 | 包含用來指定快速鍵功能表中快速鍵 的 設定。 |
有效的設定階段
特殊化
父階層
Microsoft-Windows-IE-InternetExplorer | 加速器
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-IE-InternetExplorer。
XML 範例
下列 XML 輸出會指定新增兩個加速器。
<Accelerators>
<Accelerator wcm:action="add">
<AcceleratorXML>http://www.contoso.com/accelerators/Accelerator1.xml</AcceleratorXML>
<ItemKey>Accelerator1</ItemKey>
<IsDefault>true</IsDefault>
</Accelerator>
<Accelerator wcm:action="add">
<AcceleratorXML>http://www.contoso.com/accelerators/Accelerator2.xml</AcceleratorXML>
<ItemKey>Accelerator2</ItemKey>
</Accelerator>
</Accelerators>