In a Linux shell the key combos Ctrl+<Left Arrow> and Ctrl+<Right Arrow> are used to move between words in the command line. Using Remote Desktop Manager to connect to a remote shell does not send those key combination correctly (I've tried all Function keys profiles on the Keyboard tab).
If I hit Ctrl+V, <Left Arrow> I get the following output: ^[[D
If I hit Ctrl+V, Ctrl+<Left Arrow> I get the following output again: ^[[D but the output should be: ^[[1;5D
If I hit Ctrl+V, <RightArrow> I get the following output: ^[[C
If I hit Ctrl+V, Ctrl+<RightArrow> I get the following output again: ^[[D but the output should be: ^[[1;5C
By the way, I'm using latest version 9.0.3 in enterprise trial mode on Windows 8.1 Pro 64bit
I will ask André to verify what we can do with the third party we use.
David Hervieux
Hi,
I'm currently working on enhancement of our SSH Shell.
I will look to fix your issue at the same time.
Regards,
André Sanscartier
Hi,
I added a fix for Linux/LinuxAlternative function keys to solve your issue. It will be in the next release that should be soon.
Best regards,
André Sanscartier
Great to hear! :D I hop this includes (and pardon me for not bringing it up earlier) the Ctrl+Shift+V combo to paste into cursor? :D
Great support for a great tool! :D
Hi,
As Ctrl+<Left Arrow> is ^[[1;5D what's the correct codes for Ctrl+Shift+V ?
Regards,
André Sanscartier
Mmmmmm I don't know... can't seem to get the code because when pressing Ctrl+V, Shift+Ctrl+V instead of getting the code I get the pasted text.
Don't know what code it is sent, but it should be the same as Shift+Insert (which is working on RDM).
Once you will have tested the previous fix we will adjust according to the result.
André Sanscartier
Alright! :)
I have downloaded v9.0.4.0 today and the Ctrl + <Left Arrow> and Ctrl + <Right Arrow> work like a charm using Linux Function Keys in Keyboard configuration! :)
As said before the Ctrl + Shift + V key combo does not work and I don't know what code is sent. But what does work in Remote Desktop Manager and is what is expected hitting the key combo is Shift + Insert.