Skip to content

Commit

Permalink
docs: useKeyDown 문서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed May 20, 2024
1 parent 795257d commit efe1069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/react/hooks/useKeyDown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
`ref`를 전달한 요소가 포커싱된 상태에서 `keydown` 이벤트 발생 시 `keyDownCallbackMap`로 지정한 `key`에 트리거되어 콜백 함수를 호출합니다.

`keyDownCallbackMap`의 key는 `KeyboardEvent.key`가 반환하는 값이 들어가야 합니다.
- 💡 [Key values for keyboard events](https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_key_values)

만약 `모든 KeyboardEvent.key`에 대해 콜백 함수를 호출하고 싶다면 `allKeyDownCallback` props를 이용 할 수 있습니다.
- 💡 **allKeyDownCallback이 존재 할 경우 keyDownCallbackMap으로 지정한 콜백 함수는 무시합니다.**
Expand Down

0 comments on commit efe1069

Please sign in to comment.