Arcade Jukebox Version 2
========================

New Features:
-- Navagate through list by letter
-- reassign keys
-- annoying white background replaced with annoying black background
-- Recurses down to first level of sub directories
-- external instructions.txt file allow custom instructions
-- no longer need to run in mp3 directory
-- mp3 directory can be set in arcjuke.txt 


Function Keys:
==============

key_left:
123

key_right:
124

key_up:
126

key_down:
125

key_play:
36

key_random:
18

key_radio:
19

key_delete:
23

key_clear:
22

key_letter_up:
116

key_letter_down:
121



--key used to give credits
key_credits:
6

--enter 1 for pay mode, enter 0 for free play
vend:
0

--enter number of credits per coin
credits_per_coin:
1

mp3_directory:
c:\windows\desktop\files\juke\


The following key codes can be used to modify input:
====================================================

1: 18		F: 3		T: 17		<: 43
2: 19		G: 5		U: 32		~: 50
3: 20		H: 4		V: 9		DELETE: 117
4: 21		I: 34		W: 13		END: 119
5: 23		J: 38		X: 7		Page Down: 121
6: 22		K: 40		Y: 16		Page Up: 116
7: 26		L: 37		Z: 6		Home: 115
8: 28		M: 46		ENTER: 36	Back Space: 51
9: 25		N: 45		TAB: 48
0: 29		O: 31		Space: 49
A: 0		P: 35		Arrow Left: 123
B: 11		Q: 12		Arrow Right: 124
C: 8		R: 15		Arrow Up: 126
D: 2		S: 1		Arrow Down: 125
E: 14		?: 44		>: 47



