From d05893d932963a90ad101954c023a758a051f93f Mon Sep 17 00:00:00 2001 From: Shawn Kang Date: Mon, 28 Jul 2025 11:45:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=ED=83=80=EC=9D=B4=EB=A8=B8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=A2=8C=EC=9A=B0=20=EB=B0=A9=ED=96=A5=ED=82=A4?= =?UTF-8?q?=EB=A1=9C=20=EC=88=9C=EC=84=9C=20=EC=9D=B4=EB=8F=99=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EA=B8=B0=EB=8A=A5=20=EB=B9=84=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/TimerPage/hooks/useTimerHotkey.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/page/TimerPage/hooks/useTimerHotkey.ts b/src/page/TimerPage/hooks/useTimerHotkey.ts index 80a1956..b80bbe5 100644 --- a/src/page/TimerPage/hooks/useTimerHotkey.ts +++ b/src/page/TimerPage/hooks/useTimerHotkey.ts @@ -34,8 +34,6 @@ export function useTimerHotkey(state: TimerPageLogics) { // 핫키로 쓸 키 목록 const keysToDisable = new Set([ 'Space', - 'ArrowLeft', - 'ArrowRight', 'KeyR', 'KeyA', 'KeyL', @@ -78,14 +76,6 @@ export function useTimerHotkey(state: TimerPageLogics) { } } break; - case 'ArrowLeft': - // 이전 라운드 이동 - goToOtherItem(true); - break; - case 'ArrowRight': - // 다음 라운드 이동 - goToOtherItem(false); - break; case 'KeyR': // 타이머 리셋 if (boxType === 'NORMAL') { From ebf78e9896cbac1a98e5ec3cd48640d512748832 Mon Sep 17 00:00:00 2001 From: Shawn Kang Date: Mon, 28 Jul 2025 11:45:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EA=B4=80=EB=A0=A8=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/TimerPage/hooks/useTimerHotkey.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/page/TimerPage/hooks/useTimerHotkey.ts b/src/page/TimerPage/hooks/useTimerHotkey.ts index b80bbe5..1ee6bd5 100644 --- a/src/page/TimerPage/hooks/useTimerHotkey.ts +++ b/src/page/TimerPage/hooks/useTimerHotkey.ts @@ -4,7 +4,6 @@ import { TimerPageLogics } from './useTimerPageState'; /** * 타이머 페이지에서 키보드 단축키(핫키) 기능을 제공하는 커스텀 훅입니다. * - Space: 타이머 시작/일시정지 - * - ArrowLeft/ArrowRight: 이전/다음 라운드 이동 * - KeyR: 타이머 리셋 * - KeyA/KeyL: 각각 찬/반 진영 타이머 활성화 * - Enter/NumpadEnter: 진영 전환