# .auditive config file
# keep to the below format because the interpretation is unforgiving
# the 104 happens to be "h" key, so some control keys are possible
# spaces in the command section must delimit arguments
# ? is replaced with the target file name, current directory is set

# auto song advance
advance=y

# vi-like keys
key="j",custom,key_down
key="k",custom,key_up
key="h",custom,key_left
key="l",custom,key_right
key="J",custom,\
key="K",custom,|
key="H",custom,{
key="L",custom,}

key="x",Xine Media Player,xine ?
key="a",Audacious,audacious ?
key=104,Root dir,open /
key="s",Play song,open /tmp/song.wav
