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
when i press shift then numpad1 it doesn't work, if i do it the other way, numpad1 and then shift it works. Is this bug or am i doing something wrong? f.e, shift+t works as intended no matter what key i press first
The text was updated successfully, but these errors were encountered:
`configure({
customKeyCodes: {
97: 'num1'
}
})
const keyMap = {
TEST: "shift+num1"
};`
when i press shift then numpad1 it doesn't work, if i do it the other way, numpad1 and then shift it works. Is this bug or am i doing something wrong? f.e, shift+t works as intended no matter what key i press first
The text was updated successfully, but these errors were encountered: