aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-12-09 16:03:26 -0500
committerbob <bcz@cs.brown.edu>2019-12-09 16:03:26 -0500
commitc9c91b0e74934e36514916786da8822b1f3c05f3 (patch)
tree2c4dac47f8186363e07c998c5c310b4bd97ea1ac /src/client/views/GlobalKeyHandler.ts
parent78a65a6d871ce89f3dfed76035e379df631757a8 (diff)
from last
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 edc7df12a..bce33531d 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -108,7 +108,7 @@ export default class KeyManager {
let preventDefault = false;
switch (keyname) {
- case " ":
+ case "~":
DictationManager.Controls.listen({ useOverlay: true, tryExecute: true });
stopPropagation = true;
preventDefault = true;