aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-01 19:29:15 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-01 19:29:15 -0400
commitab2b2317e601b9e440f9c48b4639c143d5187949 (patch)
tree207c8fd2b7d0b2dd3a1e419bf6256ba0feb374a4 /src/client/views/GlobalKeyHandler.ts
parentcd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff)
added tooltips and improved acm scraping
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index e467d7c61..4c72bd683 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -13,7 +13,7 @@ type KeyControlInfo = {
};
export default class KeyManager {
- public static Handler: KeyManager = new KeyManager();
+ public static Instance: KeyManager = new KeyManager();
private router = new Map<string, KeyHandler>();
constructor() {