I'm trying to implement a feature to focus "Search"
field if typed anywhere in the "body"
. Things are kind of working fine as you see form jsfiddle demo. But in MAC Safari
maching if i type "Command + C"
it will focus to the search field which disable copying text. Where as in Windows
"Ctrl + C"
works fine.
How can we avoid "Command + C"
focusing on "Search"
field