#########################################
# Example configuration file for evdev input based on Real magic remote
#
# Syntax:
# mode, command, key, multiple keypresses
#
# Example based on my REALmagic Remote.
#
# some modes inherit from other modes, which means that you can't
# define the same key in both. Otherwise you are free to use the same
# keys.
#
# all inherit from general and audio_general
# 
# For more information see: http://mms.kicks-ass.org/wiki/index.php/Config_file

version = 13

general,prev,UP,yes
general,next,DOWN,yes
general,left,LEFT,yes
general,right,RIGHT,yes
general,back,0
general,action,SELECT
general,second_action,ENTER
general,options,2
general,search,3
general,page_down,9
general,page_up,6
# only used if eject-tray is enabled in configure
general,eject,EJECT

# mode = toggle playlist, playlist_mode = select playlist
audio_general,mode,LANG
audio_general,playlist_mode,ANGLE

audio_general,play,PLAY
audio_general,pause,PAUSE
audio_general,stop,STOP
audio_general,ff,FF,yes
audio_general,fb,REV,yes
audio_general,prev_track,PREV
audio_general,next_track,NEXT
audio_general,vol+,7,yes
audio_general,vol-,8,yes
audio_general,mute,m
audio_general,playlist_commands,p

audio_add,add_all,r
audio_add,play_now,p
graphical_audio,add_dir,a

playlist,move_up,VOL+,yes
playlist,move_down,VOL-,yes
playlist,delete,MUTE
playlist,queue,q
playlist,clear_list,L-R
playlist,save_playlist,t

choose_playlist,delete,d

pictures,recurse_dirs,a
pictures_fullscreen,suspend,VGA

graphical,info,VGA

graphical_movie,reget,r
graphical_movie,play_movie,a

# These two keys are also used for save playlist and imdb search
search,accept,SELECT
search,erase,LEFT

# These are only used for searching
search,prev,UP,yes
search,next,DOWN,yes
search,complete,RIGHT
search,exit,ENTER
