Android Question Send Keycode Ctrl+Enter

Albert Lin

Member
Licensed User
Longtime User
Hi

It's ok to send si.SendKeyCode(KEYCODE_ENTER) by using SendInput lib,
but Is it possible to SendKeyCode Ctrl+Enrter? because I want to navigate a website that provides keyboard
shortcut Ctrl+Enter , Ctrl+RIGHT ARROW and Ctrl+LEFT ARROW

Thanks
 
Top