'how to prevent shortcut key event alt + '=' in browser

i am developing contenteditable editor in web browser

i want to prevent alt+'=' shortcut key event in browser(like chrome, edge, firefox)

When I press the alt+'=' key, the css effect disappears and the letter spacing becomes wider as in the image below.

enter image description here

enter image description here

It even appears in the browser address bar as above.

The onKeydown event is not controlled, and the Keydown event itself does not occur.

how to prevent alt+'=' shotrcut key event



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source