Page 1 of 1

Enlarge font in widget browser

Posted: Tue Mar 02, 2021 2:57 am
by poco
When I navigate to a web page I can usually enlarge the font with a key combination (shft-cmd-+ on Mac). The browser widget does not respond to that key combination. Is there a similar key combination that works with the browser widget?

Re: Enlarge font in widget browser

Posted: Tue Mar 02, 2021 8:12 pm
by jacque
You'll probably have to script it. Key presses will be sent to the card. Write a commandkeyDown handler and check if the shiftKey is down. If so, change the text size.