blob: 0fc48bd7492f4eb90b08fde9d1cf90a94d72dc4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
title: Element.accessKey
slug: Web/API/Element/accessKey
tags:
- API
- Access Keys
- DOM
- Hotkeys
- NeedsContent
- 레퍼런스
- 속성
- 엘리먼트
- 키보드 단축키
translation_of: Web/API/HTMLElement/accessKey
translation_of_original: Web/API/Element/accessKey
---
<div>{{APIRef("DOM")}}</div>
<p><code><strong>Element.accessKey</strong></code> 속성은 주어진 사용자가 눌러 주어진 엘리먼트로 이동할 수 있는 키 입력 세트입니다.</p>
<div class="note">
<p><code>Element.accessKey</code> 속성은 브라우저에 이미 바인딩 된 키와의 여러 충돌로 인해 거의 사용되지 않습니다. 이를 해결하기 위해, 브라우저는 다른 "적절한" 키(예, <kbd>Alt</kbd> + accesskey)와 함께 키가 눌렸을 때동작하도록 구현하였습니다.</p>
</div>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<p>{{Compat("api.Element.accessKey")}}</p>
<h2 id="함께_보기">함께 보기</h2>
<ul>
<li><a href="https://developer.mozilla.org/ko/docs/Web/HTML/Global_attributes/accesskey">HTML 전역 속성: accesskey</a></li>
</ul>
|