Many characters can only be typed by using the option key as a modifier. For example, pressing option-F on a Mac results in ƒ. Chrome and Firefox correctly report ƒ as the value for event.key in this case. But the polyfill reports the value as the unmodified key f. Would be nice if this polyfill handled those as well.
Many characters can only be typed by using the option key as a modifier. For example, pressing option-F on a Mac results in
ƒ
. Chrome and Firefox correctly reportƒ
as the value forevent.key
in this case. But the polyfill reports the value as the unmodified keyf
. Would be nice if this polyfill handled those as well.