KEY_LEFT          427 include/linux/hil.h    KEY_LEFT,		KEY_DOWN,	KEY_UP,		KEY_RIGHT
KEY_LEFT          456 include/linux/hil.h   KEY_UP,	KEY_LEFT,	KEY_DOWN,	KEY_RIGHT,		\
KEY_LEFT          297 scripts/kconfig/lxdialog/checklist.c 		case KEY_LEFT:
KEY_LEFT          299 scripts/kconfig/lxdialog/checklist.c 			button = ((key == KEY_LEFT ? --button : ++button) < 0)
KEY_LEFT          124 scripts/kconfig/lxdialog/inputbox.c 			case KEY_LEFT:
KEY_LEFT          180 scripts/kconfig/lxdialog/inputbox.c 		case KEY_LEFT:
KEY_LEFT          371 scripts/kconfig/lxdialog/menubox.c 		case KEY_LEFT:
KEY_LEFT          374 scripts/kconfig/lxdialog/menubox.c 			button = ((key == KEY_LEFT ? --button : ++button) < 0)
KEY_LEFT          227 scripts/kconfig/lxdialog/textbox.c 		case KEY_LEFT:
KEY_LEFT           91 scripts/kconfig/lxdialog/yesno.c 		case KEY_LEFT:
KEY_LEFT           93 scripts/kconfig/lxdialog/yesno.c 			button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button);
KEY_LEFT           50 sound/usb/caiaq/caiaq-input.c 	KEY_LEFT,