-- ReadMe
-- Author: miles
-- DateCreated: 6/11/2020 2:03:41 PM
--------------------------------------------------------------

						---IMPORTANT---
This hotkey mod assumes you are using EUI (Enhanced User Interface). If this is not the case,
download the non-EUI version off the Workshop.
Save Games should be compatible.
---------------------------------------------------------------------------------------------

Hotkeys and where they are found within the Mod files (so you can change them if you want).

For Example: Move hotkey is currently 'x'.
To change it to 'shift' + 'e':

In XML folder open Civ5InterfaceModes.xml, then below '<Where Type="INTERFACEMODE_MOVE_TO"/>', 
change:			<Set HotKey="KB_X"
to:				<Set HotKey="KB_E" 
and change:		ShiftDown="0" 
to:				ShiftDown="1".

.sql SET comes before the WHERE.

Camera Controls is quite different. If you want to change them make sure you change 
each hotkey in all 3 different locations they appear in the WorldView.lua file.


HOTKEYS + LOCATIONS:

LUA folder:
	> WorldView.lua
		
		Camera Control:					WASD

XML folder:
	> CIV5AUtomates.xml
		
		Automate Worker:				ctrl + Z
		Auto Explore:					K

	> CIV5Builds.sql
		
		Road:							R
		Railroad:						ctrl + R
		Farm:							Z
		Mine:							E
		Trading Post:					T
		Lumbermills:					Q
		Tile Specific Improvements		
		(Pasture, quarries etc):		Q
		Fishing Boats/Oil Well:			Q
		Fort:							ctrl + F
		Remove Jungle/Forest/Marsh:		C
		Scrub Fallout:					ctrl + E
		Repair:							ctrl + Q
		Remove Route(road/railroad)		ctrl + C
		Great Person Improvements 
		(academy, manufactuary etc)		V

	> CIV5Builds_Expansion2.sql
		
		Archaelogy Dig:					V
		Speciality Builds
		(Brazilwood Camp, Kasbah etc):	V

	> CIV5Commands.xml

		Upgrade Units:					R
		Cancel Action/Stop Automation:	N
		Delete:							ctrl + B
		Gift:							ctrl + G

	> CIV5Controls.xml

		Centre on Selection:			1
		Go into City Screen:			ctrl + CAPSLOCK
		Go to Capital:					CAPSLOCK
		Next City:						TAB
		Prev City:						ctrl + TAB
		Next Unit in Tile:				4
		Prev Unit in Tile:				ctrl 4
		Cycle Unit (Next Unit):			2
		Cycle Worker:					\ (SLASH)
		Prev Unit Selected:				3
		End Turn:						RETURN (ENTER)
		End Turn Alternative:			SPACE
		Show/Hide Yields:				Y
		Show/Hide Resource Icons:		Alt + Y
		Show/Hide Unit Icons:			Alt + U
		Show Scores:					Alt + 5
		Options Screen:					O (the Letter)
		Retire:							Alt + N
		Civilopedia:					Alt + 1
		Policies Screen:				Alt + C
		Foreign Screen:					Alt + F
		Military Screen:				Alt + Z
		Tech Screen:					Alt + Q
		Turn Log:						Alt + 4
		Domestic Screen:				Alt + X
		Victory Screen:					Alt + 3
		Info Screen (Demographics)		Alt + 2
		Toggle Strategic View:			Alt + G
		Advisor Screen:					Alt + V
		Espionage Screen:				Alt + E
		Religion Screen:				Alt + R

	> CIV5InterfaceModes.xml

		Move:							X
		Route to (Road to):				shift + R
		Airlift:						ctrl + X
		Nuke:							Q
		Attack:							Q
		Ranged Attack:					Q
		Airstrike:						Q
		Rebase:							ctrl + X

	> CIV5Missions.sql
		
		Sleep:							F
		Alert:							Z
		Fortify:						F
		Heal:							H
		Pillage:						E
		Found City:						B
		Great Person Insta Yields
		(Hurry Production,
		Found Religion,					Q
		Bulb Science etc)				
		Add Spaceship Part:				Q
		Spread Religion:				Z
		Use Inquisitor:					Z
		Plunder Trade Route:			ctrl + E
		Create Great Work:				V
		Change Trade Unit Home city:	ctrl + X
		Change Admiral Port:			ctrl + X


Currently not Working: VP only hotkeys.







