Full Screen mode (#1212)
This commit is contained in:
committed by
GitHub
parent
81b38d8808
commit
2de4fe29ad
@ -13,6 +13,7 @@ export const KEYS = {
|
||||
TAB: "Tab",
|
||||
SPACE: " ",
|
||||
QUESTION_MARK: "?",
|
||||
F_KEY_CODE: 70,
|
||||
} as const;
|
||||
|
||||
export type Key = keyof typeof KEYS;
|
||||
|
Reference in New Issue
Block a user