CTRL + F in Qt for Webassembly page
-
Many people are used to use CTRL + F to search through a webpage, what is the recommended approach for this feature in Qt for Webassembly?
Are we supposed to implement the feature ourselves? (which shouldn't be too hard I guess)
And if so, if we override the key combo event, will it override the browser default search? (showing two searches [our implementation and browser's native] would not be good)