Was this event raised by the search key?

Property definitions

android $ AndroidKeyEvent :: is_search_key
	# Was this event raised by the search key?
	fun is_search_key: Bool do return key_code == 84
lib/android/input_events.nit:247,2--248,49