From 8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 16 Nov 2019 16:54:07 +0100 Subject: mac: remove Apple Remote support the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit. --- etc/builtin.conf | 1 - etc/input.conf | 16 ---------------- etc/mplayer-input.conf | 19 ------------------- 3 files changed, 36 deletions(-) (limited to 'etc') diff --git a/etc/builtin.conf b/etc/builtin.conf index a5e174e964..6984d57769 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -27,7 +27,6 @@ osc=no input-default-bindings=no input-vo-keyboard=no # OSX/Cocoa global input hooks -input-appleremote=no input-media-keys=no [encoding] diff --git a/etc/input.conf b/etc/input.conf index f60ed51bd4..9c870ea42b 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -168,22 +168,6 @@ #F8 show_text ${playlist} # show playlist #F9 show_text ${track-list} # show list of audio/sub streams -# Apple Remote section -#AR_PLAY cycle pause -#AR_PLAY_HOLD quit -#AR_CENTER cycle pause -#AR_CENTER_HOLD quit -#AR_NEXT seek 10 -#AR_NEXT_HOLD seek 120 -#AR_PREV seek -10 -#AR_PREV_HOLD seek -120 -#AR_MENU show-progress -#AR_MENU_HOLD cycle mute -#AR_VUP add volume 2 -#AR_VUP_HOLD add chapter 1 -#AR_VDOWN add volume -2 -#AR_VDOWN_HOLD add chapter -1 - # # Legacy bindings (may or may not be removed in the future) # diff --git a/etc/mplayer-input.conf b/etc/mplayer-input.conf index 742913c0fe..2d23e47477 100644 --- a/etc/mplayer-input.conf +++ b/etc/mplayer-input.conf @@ -74,25 +74,6 @@ l cycle tv-channel -1 n cycle tv-norm #b tv_step_chanlist -## -## Apple Remote section -## -## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command, -## or just comment out the 'AR_MENU osd' line and uncomment the line after it. -## - -AR_PLAY cycle pause -AR_PLAY_HOLD quit -AR_NEXT seek 30 -AR_NEXT_HOLD seek 120 -AR_PREV seek -10 -AR_PREV_HOLD seek -120 -#AR_MENU menu up -#AR_MENU menu cancel -AR_MENU_HOLD cycle mute -AR_VUP add volume 1 -AR_VDOWN add volume -1 - #? add chapter -1 # skip to previous dvd chapter #? add chapter +1 # next -- cgit v1.2.3