sal88 2 Posted August 8, 2020 Share 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! Link to post Share on other sites
sal88 2 Posted August 12, 2020 Author Share 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 Link to post Share on other sites
MonkeybreadSoftware 12 Posted October 17, 2020 Share 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. Link to post Share on other sites
Recommended Posts
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