//
// Input field definitions
//
// Make sure they are all Alt-ed, Ctrl-ed, Shift-ed or special keys because
// regular keys are for typing data in the field.

CONTEXT inputfield "Input Fields" "These keys apply to all input fields."

inputfield.editor		"Open Editor"		"Open editor"		Alt+e
inputfield.undo			"Undo"			"Undo"			Alt+z
inputfield.home			"Home"			"Home"			Home UpArrow
inputfield.end			"End"			"End"			End DownArrow
inputfield.prev			"Previous"		"Previous"		LeftArrow
inputfield.next			"Next"			"Next"			RightArrow
inputfield.select_home		"Select To Beginning"	"Select to beginning"	Shift+Home Shift+UpArrow
inputfield.select_end		"Select To End"		"Select to end"		Shift+End Shift+DownArrow
inputfield.select_prev		"Select To Previous"	"Select to previous"	Shift+LeftArrow
inputfield.select_next		"Select To Next"	"Select to next"	Shift+RightArrow
inputfield.select_all		"Select All"		"Select all"		Alt+a Ctrl+a
inputfield.backtab		"Back TAB"		"Back TAB"		Backtab
