Computer Audio Asylum

Full function remote using just 3 button mouse

41.183.0.21


[ Follow Ups ] [ Post Followup ] Thread: [ Display  All  Email ] [ Computer Audio Asylum ]

Revised version above requires a 5 button mouse (XButton1/2 go beyond L/R/Wheel).

I've removed Previous / Next navigation (as this can be achieved using the wheel). In its place are Phase 0/180 and Display Off. Script:

; cMP version 1.2
; cicsRemote.ahk 1.0b3: full functionality using 3-button mouse

#NoTrayIcon
#SingleInstance Force
#HotkeyInterval 2000
#MaxHotkeysPerInterval 200

;Phase 0/180
RButton::
send `;
return

;Display Off
MButton & RButton::
KeyWait, RButton
KeyWait, MButton
SendMessage, 0x112, 0xF170, 2,, A
return

;Stop&Exit OR Default View
MButton & LButton::
send !{f4}
return

;Volume up
MButton & WheelUp::
send +{Home}
return

;Volume down
MButton & WheelDown::
send +{End}
return

;Navigation Up
WheelUp::
send {Up}
return

;Navigation Down
WheelDown::
send {Down}
return

;Navigation Forward OR Select Item (OK)
MButton::
KeyWait, MButton
send {enter}
return

; compile and run script.


Here's a summary of the new remote control functions:



To compile script:
  1. Download AHK and install on your home PC
  2. Save (using notepad) above script as "cicsRemote.ahk"
  3. Right-click "cicsRemote.ahk" and select Compile (or Start > All Programs > AutoHotKey > Convert .ahk to .exe > Select "cicsRemote.ahk" > Convert)
  4. Copy "cicsRemote.exe" to cMP² (c:\program files\cics Memory Player)
  5. Be careful not to run "cicsRemote" as your mouse functions will be changed. To remove it, you must kill "cicsRemote.exe" or "AutoHotKey.exe" from Task Manager.



Follow Ups:


Post a Followup:

FAQ

Post a Message!

Forgot Password?
Moniker (Username):
Password (Optional):
  Remember my Moniker & Password  (What's this?)    Eat Me
E-Mail (Optional):
Subject:
Message:   (Posts are subject to Content Rules)
Optional Link URL:
Optional Link Title:
Optional Image URL:
Upload Image:
E-mail Replies:  Automagically notify you when someone responds.


[ Follow Ups ] [ Post Followup ] Thread: [ Display  All  Email ] [ Computer Audio Asylum ]
[ Comment ] [ Edit ] [ Delete ] [ Copyright Warning! Click for Details ]