we are calling SendKeys("^+{END}" to select from the cursor to end of file and the cursor goes to end of file without selecting (Behaves as pressing CTRL+END)
When we use SendKeys("+{END}" the cursor goes to the end of line without selecting (Behaves as pressing END)

Any help is appreciated