How i use Activity_KeyPress in B4XPages?
I see in the main activity is the following:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
But wich event is firing?
			
			I see in the main activity is the following:
			
				B4X:
			
		
		
		Sub Activity_KeyPress (KeyCode As Int) As Boolean
    Return B4XPages.Delegate.Activity_KeyPress(KeyCode)
End Sub 
				 
 
		 
 
		 
 
		 
 
		 
 
		