This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; AutoHotkey Media Keys | |
^!Space::Send {Media_Play_Pause} | |
^!Left::Send {Media_Prev} | |
^!Right::Send {Media_Next} | |
^!#::Send {Volume_Mute} | |
^!Up::Send {Volume_Up} | |
^!Down::Send {Volume_Down} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# contributed by Kamil Figiela | |
# | |
# brand: Denon | |
# model no. of remote control: RC-1163 | |
# devices being controlled by this remote: DRA-F109/DNP-F109/DCD-F109 | |
# | |
# DRA-F109 has also serial port in its "Remote Connector" that provides better integration. | |
# See blog post for more information: http://kfigiela.github.io/2014/06/15/denon-remote-connector/ | |
begin remote |