๋ฐ์ํ
https://truemooon.tistory.com/12
์์ ์ W๋ฅผ ๋๋ฌ์ ๊ธ์ ์์ฑํ๊ณ ํ๋ ๊ธฐ์ต์ด ์์ด์ ์์ ๋ธ๋ก๊ทธ๋ฅผ ์ฐธ์กฐํ์ฌ ์๋ก์ด ์ค์ ํ๋ค.
์คํจ ํธ์ง - HTML์์ <head> ... </head> ์ head์ฌ์ด์ธ ... ๋ด๋ถ์ ์๋์ ์ฝ๋๋ฅผ ์ถ๊ฐํ๋ฉด
'w'๋ฅผ ์ด์ฉํ ๊ธ์ฐ๊ธฐ ๋จ์ถํค๋ฅผ ์ถ๊ฐํ ์ ์๋ค.
<script type="text/javascript">
var key = new Array();
key['w'] = "/manage/newpost";
function getKey(keyStroke) {
if ((event.srcElement.tagName != 'INPUT') && (event.srcElement.tagName != 'TEXTAREA')){
isNetscape=(document.layers);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key)
if (which == i) window.location = key[i];
}
}
document.onkeypress = getKey;
</script>
๋ฐ์ํ
'IT-Engineering' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์๋์ฐ(Windows) ํ๊ฒฝ์์ ์คํํ์ผ ๋ฐ ์คํ๋ช ๋ น์ด ๊ฒฝ๋ก ํ์ธ (0) | 2020.03.15 |
---|---|
ํฌ๋กฌ(Chrome)์ ์ ์ฅ๋ ๋น๋ฐ๋ฒํธ ๋ณด๊ธฐ (0) | 2020.03.03 |
ํฐ์คํ ๋ฆฌ ์ฝ๋ ๋ฌธ๋ฒ ๊ฐ์กฐ ์ฝ๊ฒ ์ ์ฉํ๊ธฐ (0) | 2020.03.03 |
ํฐ์คํ ๋ฆฌ ๋งํฌ๋ค์ด ์ฝ๋ ๋ธ๋ฝ์ผ๋ก ๋ณด์ด๋ ์คํ์ผ ์ ์ฉ (2) | 2020.03.03 |
ํฐ์คํ ๋ฆฌ Tistory ๊ธฐ๋ณธ ๋จ์ถํค (0) | 2020.03.03 |
๋๊ธ