Good morning,
how can I disable the text size change on the Internet Explorer when pressing F6 and F7 key?
Because I don’t get the key code when I using the JavaScript code.
This features will serve to: Win CE 5, Win CE 6 and Win CE 7.
Here attached the script that I using.
Thank you in advanced.
Best regards.
Disable Text Size change on the IE// Expert user has replied. |
3 Replies
https://portal.motorolasolutions.com/Support/US-EN/Resolution?solutionI…
Ciao Mattia,
If these keys are handled by the OS, you're not going to get an event in IE.
You best option is to use something like Enterprise Browser that you can configure to capture all the keys.
~Pietro
Hi Pietro,
I'm sorry but maybe I bad expressed for this request.
I do capture event key for F1, F2, F3, F4, F5, F8, F9 and F10 but I don't capture event key for only F6 and F7 because, I think that this key are associated at change text size.
I wanted know if the text size function can be deactivated in IE. Perhaps with reg file.
Thank you.
Bye.