upgrading session

This commit is contained in:
Andrew Gundersen 2021-03-22 20:35:22 -05:00
commit 4b3023fd4c
9 changed files with 288 additions and 105 deletions

View file

@ -97,7 +97,7 @@ export default function useTextInputController(elementX: Ref) {
}
}
// Keys that are capable of opening the text input.
// Keys that are capable of opening the text input (numbers and letters).
const hotKeyRange = keyboardNameMap.slice(47, 91)
const isHotKey = (key: string) => {
if (hotKeyRange.includes(key)) {