Baseline Widely available
KeyboardEvent.ctrlKey
ë ì´ë¤ ì´ë²¤í¸ê° ë°ìíì ë í¤ë³´ëì control í¤ ê° ëë ¤ ììëì§ ìëì§ (true
) í¹ì (false
) 를 ëíë´ë ì½ê¸° ì ì© ìì±ì
ëë¤.
ë¶ë¦¬ì¸ ê°ì ëë¤.
ìì <html lang="en">
<head>
<title>ctrlKey example</title>
<script>
function showChar(e) {
alert(`Key Pressed: ${e.key}\nCTRL key pressed: ${e.ctrlKey}\n`);
}
</script>
</head>
<body onkeypress="showChar(event);">
<p>
CTRL í¤ë¥¼ ë른 ìíììë ìëë ì무 문ì í¤ë¥¼ ëë¬ë³´ì¸ì.<br />
SHIFT í¤ ëí CTRL í¤ì í¨ê» ì¬ì©í ì ììµëë¤.
</p>
</body>
</html>
ëª
ì¸ì ë¸ë¼ì°ì í¸íì± ê°ì´ 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4