summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/keycode.ts
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-03-30 16:02:03 +0900
committerGitHub <noreply@github.com>2024-03-30 16:02:03 +0900
commitb96d9c6973b1c861306fdb9f51256cee5325a2b1 (patch)
treeb6aba03fba4f018e35213da755d4064a602bb1d6 /packages/frontend/src/scripts/keycode.ts
parentenhance(frontend): 2要素認証セットアップウィザードにアプリ... (diff)
downloadsharkey-b96d9c6973b1c861306fdb9f51256cee5325a2b1.tar.gz
sharkey-b96d9c6973b1c861306fdb9f51256cee5325a2b1.tar.bz2
sharkey-b96d9c6973b1c861306fdb9f51256cee5325a2b1.zip
fix/enhance(frontend): 映像・音声周りの改修 (#13206)
* enhance(frontend): 映像・音声周りの改修 * fix * fix design * fix lint * キーボードショートカットを整備 * Update Changelog * fix * feat: ループ再生 * ネイティブの動作と同期されるように * Update Changelog * key指定を消す
Diffstat (limited to 'packages/frontend/src/scripts/keycode.ts')
-rw-r--r--packages/frontend/src/scripts/keycode.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/keycode.ts b/packages/frontend/src/scripts/keycode.ts
index bc1f485f5e..7ffceafada 100644
--- a/packages/frontend/src/scripts/keycode.ts
+++ b/packages/frontend/src/scripts/keycode.ts
@@ -15,6 +15,7 @@ export default (input: string): string[] => {
export const aliases = {
'esc': 'Escape',
'enter': ['Enter', 'NumpadEnter'],
+ 'space': [' ', 'Spacebar'],
'up': 'ArrowUp',
'down': 'ArrowDown',
'left': 'ArrowLeft',