Fix text selection with NVDA+f10 key on Java applications (#14164)
Fixes #14163
Summary of the issue:
NVDA cannot select text in Java applications with the NVDA+f10 gesture.
Description of user facing changes
NVDA can now select text using the NVDA+f10 gesture on Java applications.
Description of development approach
This pull request adds the missing parameters to the selectTextRange function.