Make search working in Google Chrome Website/Web browser (CTRL + F)
0 vote
When a Web site/Web browser is set to run in Internet Explorer I am able to press CTRL + F to open a search box to search on the open web page.
When doing that in Google Chrome nothing is happening.
It would be great if this could work in alle browser-types as there are a lot of web applications that cannot run in IE these days.
Best regards
Hello,
This should already be available for Chrome. You have to enable the setting "enable keyboard shortcuts" in the advanced tab of the web browser entry when Google Chrome is selected. Let us know if this works for you!
Regards,
Hubert Mireault
Hello,
That worked thank you!
Does this mean that there is no need to ever use the "Website" entry type?
It has less functionality and does not work with automatic establishing VPN connections.
Hello,
Back in the day, the website entry type was shared between RDM and PVM to save websites. Indeed, there's more options if you select the Web Browser entry type when launching them in embedded mode.
To open simple websites in external mode, the website entry type could be a good choice :)
Best regards,
Jeff Dagenais
Is there a way to set this option "enable keyboard shortcuts" for all our existing chome website entries? Like a mass update?
Thanks a lot!
Patrick
Hello,
It's indeed possible. I would recommend accomplishing this using our Custom PowerShell feature.
For more information's, please consult https://help.remotedesktopmanager.com/powershell_batchactionssamples.html
Best regards,
Jeff Dagenais
Hi Jeff
Great, thanks a lot. Would you have the parameter for "enable keyboard shortcuts" or a link where I can find all the fields possible?
Thanks and best regards.
Patrick
Hello,
The script below should work
$connection.Web.EnableKeyboardShortcuts = "True"
$RDM.Save();
Best regards,
Jeff Dagenais
Hi Jeff
Great, thanks a lot!
Cheers
Patrick