Selecting Next/Previous line

Is this possible? I’m trying to programmatically move the cursor up or down without the arrow keys.

Yes, that’s definitely possible. Look into things like TextSelection.create and Transaction.setSelection.