w3c-keys icon indicating copy to clipboard operation
w3c-keys copied to clipboard

Not support option keys, like ∆(option +J)

Open janryWang opened this issue 5 years ago • 2 comments

janryWang avatar Oct 27 '20 08:10 janryWang

Option key on Mac is the same as Alt. The JS event is also fired with an Alt code. So if you use Key.Alt, you should be good.

Am I missing something ?

ashubham avatar Oct 27 '20 08:10 ashubham

image

When I enter the Option key and then enter other keys, the key in the KeyboardEvent will have a different value, and I am operating under Mac system

janryWang avatar Oct 27 '20 09:10 janryWang