Hi,
One of our users complains that in a Linux shell (terminalOptions.FunctionKeysMode = FunctionKeysMode.Linux) the key combos Ctrl+Left Arrow and Ctrl+Right Arrow are used to move between words in the command line. Using our application to connect to a remote shell does not send those key combination correctly (He have tried all Function keys mode).
If he hits Ctrl+V, Left Arrow He gets the following output: ^[[D
If he hits Ctrl+V, Ctrl+Left Arrow He gets the following output again: ^[[D but he says that the output should be: ^[[1;5D
I hope that you understand what he means.
What should I do to solve this issue?
Regards,