728x90
728x90
<script>
var key = new Array();
key['m'] = "/admin/entry/post/?id=" + location.pathname.split('/')[1];
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>
728x90
728x90
'기타 > Tistory' 카테고리의 다른 글
[Tistory] 위로/아래로 가기 버튼 만들기 (2) | 2021.01.11 |
---|---|
[Tistory] 페이지 내 원하는 지점 이동 (HTML) (0) | 2021.01.06 |
[Tistory] 사이드바 커스터마이징 (0) | 2021.01.04 |
[Tistory] 코드블럭 테마 정보 + 적용 + 커스터마이징 (1) | 2021.01.04 |
[Tistory] 테마 정보 + 적용하는 법 (0) | 2021.01.04 |
댓글