sal88 Posted August 8, 2020 Posted August 8, 2020 Hello all The ctrl key does not appear to work within the web viewer in FM pro on windows. This would be useful for text selection e.g. select all. I've implemented a restricted menu set in the hope that keyboard shortcuts would not activate anything outside the web viewer but this has made no difference. Does anyone know a workaround for this? Thanks!
sal88 Posted August 12, 2020 Author Posted August 12, 2020 (edited) Just to clarify I am referring to text within forms. Ctrl does work with ctrl+c and ctrl+v, but not ctrl+z, ctrl+y, ctrl+Home, ctrl+end, or ctrl+a. Edited August 13, 2020 by sal88
MonkeybreadSoftware Posted October 17, 2020 Posted October 17, 2020 For the editor, you may better look in JavaScript, what the function is it uses to perform the function from the keyboard events. WebView.PressKey may send a keydown, but not sure whether this works. Or check RemoteControl.PressKey function, which can press keys and has a list with control key included.
sal88 Posted June 26, 2021 Author Posted June 26, 2021 (edited) Seems to be resolved with 19.3 thanks to the Edge/Chromium browser Edited June 26, 2021 by sal88
Recommended Posts
This topic is 1313 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now