使用Cyberlink遙控器控制XBMC for Windows
參考資訊 Cyberlink / PowerColor remote mapping for MediaPortal
http://forum.team-mediaportal.com/g...iaportal-10034/
遙控器資訊:
http://tw.cyberlink.com/chinese/pro...cle/remote1.jsp
http://tw.cyberlink.com/chinese/pro...te_control1.jpg
步驟_A:安裝 AutoHotkey
**********************************************************************
AutoHotkey 1.0.47.06
下載網址
http://www.autohotkey.com/
**********************************************************************
步驟_B:安裝 HID_Plugin
**********************************************************************
HID_Plugin for AutoHotkey
下載網址
http://www.autohotkey.net/~Micha/HI...Autohotkey.html
複製 AutohotkeyRemoteControl.dll 至 AutoHotkey 的根目錄內
執行 AutoHotkeyRemoteControlDLL.ahk 範例可以做一些測試
**********************************************************************
步驟_C:下載 XBMC_CyberLink.rar
**********************************************************************
http://myweb.hinet.net/home1/formos...C_CyberLink.rar
**********************************************************************
步驟_D:修改 XBMC_CyberLink.ahk
**********************************************************************
因為我的 XBMC 裝在D磁碟,用記事本開啟 XBMC_CyberLink.ahk 修改下面路徑
Run ,D:\Program Files\XBMC\XBMC.exe -fs -p
**********************************************************************
步驟_E:覆蓋 XBMC_CyberLink.ahk
**********************************************************************
將 Keymap.xml 複製至 XBMC 的 system 目錄內並覆蓋
**********************************************************************
XBMC_CyberLink.ahk 按鍵對映:遙控器按鍵 => 鍵盤按鍵
**********************************************************************
Home => s
BACK => {Escape}
Info/EPG => i
DVD_Menu => c
CH/PG(+) => {PgUp}
CH/PG(-) => {PgDn}
Play => p
REV(<<) => r
PAUSE(||) => {Space}
FWD(>>) => f
PREV(|<) => [<,]
STOP => x
NEXT(>|) => [>.]
VOL(+) => {NumpadAdd}
VOL(+) => {NumpadSub}
Mute => e
**********************************************************************
備註:
**********************************************************************
#.XBMC_CyberLink.ahk 是從 Cyberlink / PowerColor remote mapping for MediaPortal 裡的範例修改而來的
#.XBMC_CyberLink.ahk 裡的 ;msgbox %vals% 這行將開頭分號去掉可用來測試遙控器的按鍵值
#.AutoHotkey 的語法第一次摸索,有錯請指教
#.我的測試環境是 Vista Ultimate
**********************************************************************
補充資訊:
**********************************************************************
有關停用 Windows 內建的 MCE 及 停用 Windows HID Service 可參考下面資訊
#. Intelliremote User Manual =>
http://melloware.com/products/intel...er%20Manual.pdf
**********************************************************************