- Thread starter
- #41
Try setting the remote to MCE-remote in configuration.
Seems the remote does respond almost as good as the MCE remote
Greetz,
Ben
Seems the remote does respond almost as good as the MCE remote
Greetz,
Ben
; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments. They are not executed.
; This script is a .INI file because it is a special script that is
; automatically launched when you run the program directly. By contrast,
; text files that end in .ahk are associated with the program, which
; means that they can be launched simply by double-clicking them.
; You can have as many .ahk files as you want, located in any folder.
; You can also run more than one .ahk file simultaneously and each will
; get its own tray icon.
; Please read the QUICK-START TUTORIAL near the top of the help file.
; It explains how to perform common automation tasks such as sending
; keystrokes and mouse clicks. It also explains how to use hotkeys.
#IfWinActive, ahk_class WindowsForms10.Window.8.app.0.3ce0bb8
^p::Space ; Play/Pause
^s::b ; Stop
^f::F8 ; Play Next
^b::F7 ; Play Previous
^+f::F6 ; Fast Forward
^+b::F5 ; Fast Reverse
;Browser_back::ESC ; Previous Menu
;Tab::x ; Toggle Full Screen
;PGUP::{F8} ; Toggle Full Screen
;PGDN::{F7} ; Toggle Full Screen
VOLUME_UP::= ; Volume Up
VOLUME_DOWN::- ; Volume Down
;^+!HOME::s ; Switch Aspect Ratio
BennieBoy said:Try setting the remote to MCE-remote in configuration.
Seems the remote does respond almost as good as the MCE remote
Greetz,
Ben