#########################################
# Example configuration file for keyboard input
#
# Syntax:
# mode, command, key
#
# 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
general,next,DOWN
general,left,LEFT
general,right,RIGHT
general,back,END
general,action,ENTER
general,second_action,SPACE
general,options,o
general,search,s
general,page_down,PGDOWN
general,page_up,PGUP
# only used if eject-tray is enabled in configure
general,eject,e

# mode = toggle playlist, playlist_mode = select playlist
audio_general,mode,HOME
audio_general,playlist_mode,INS

audio_general,play,3
audio_general,pause,2
audio_general,stop,1
audio_general,ff,6
audio_general,fb,5
audio_general,prev_track,8
audio_general,next_track,9
audio_general,vol+,f
audio_general,vol-,g
audio_general,mute,m
audio_general,playlist_commands,l

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

playlist,move_up,7
playlist,move_down,4
playlist,delete,DEL
playlist,queue,q
playlist,clear_list,BACKSPACE
playlist,save_playlist,t

choose_playlist,delete,d

pictures,recurse_dirs,a
pictures_fullscreen,suspend,p

graphical,info,i

graphical_movie,reget,r
graphical_movie,play_movie,a

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

# These are only used for searching
search,prev,UP
search,next,DOWN
search,complete,TAB
search,exit,END
