You should add a check to see if the user is typing in a chatbox.
For example: I toggle one of my themes with "ShiftL + R" which can be problematic when typing.
You can see if the user is typing by getting "document.activeElement" to get the active element and check its nature.