Your pages visitors can use your site easy and speedy by
Shortcut Keys. It is easy to use and you can change and customize
it simply.
1. Copy and paste it in the head (<head>) tag:
2. Change body (<body>) tag to:
<body onKeypress="keyCtrl()">
Technical
Help
1. For change Code:
if (window.event.keyCode = 11)
look at the list in the right and choose one of codes as key short cut.
Find your favorite code like: <Code>: Key name
2. For
change applcative work:
window.location="E:"
A) for change location: write your URL between " ".
B) for change other options, you should now JavaScript. For
example for Back button write:
history.go(-1)
Example: Press Ctrl S or S for back;
Press Space for visit Sn Webs Home page;
Press $ for visit name boy home.
Key
Codes
0: Ctrl 2
7: Ctrl G
10: Ctrl J
11: Ctrl K
13: Ctrl M
17: Ctrl Q
19: Ctrl S
20: Ctrl T
21: Ctrl U
24: Ctrl X
25: Ctrl Y
26: Ctrl Z
33: !
35: #
36: $
37: %
42: *
43: +
46: .
47: /
60: <
61: =
62: >
63: ?
92: \
94: ^
95: -
126: ~
48: 0, 49: 1, 50: 2, ..., 57: 9;
65: A, 66: B, ..., 77: M, ..., 89: Y, 90: Z;
97: a, 98: b, ..., 109: m, ..., 121: y, 122: z.
Copyright: SN_CC, 1999-2000 Sn Webs Inc.
Shortcut key script is free.