You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I defined the mapping Shift+Backspace = Delete. The first time I have to press both keys and it works. If I leave Shift pressed and then press Backspace the key event sent is Backspace instead of Delete. KeyCap should check if a key is already pressed whenever a key is pressed and then both together would match the defined shortcut.