SlideShare a Scribd company logo
1 of 23
Key Codes



This document is written by Helge Willum Larsen


It contains a list of all "onkeypress", "onkeydown" and "onkeyup" KeyCodes in


JavaScript,


that can be typed with a DANISH KEYBOARD !!!


Other keyboards probably have other KeyCodes.




The first section is tested with the Microsoft Internet Explore 5.0 and the


Netscape


Communicator 4.51. At this time, Netscape didn't support "onkeydown" and


"onkeyup".




I strongly recommend that you use the "onkeypress" function.


It has the greatest browser-compatibility.


Otherwise, you can maybe use some of the codes in the bottom of the page:




_____________________________________________________________________
_______________________




KeyCodes (ALL keyboards):               onkeypress   Tested with


Internet Explore 5.0


By: Helge Willum Larsen                              and Netscape


Communicator 4.51


                                                     on a DANISH


keyboard


_____________________________________________________________________


_______________________




SUPPORTS MULTIPLE KEYPRESSES:


                            [A] = [a]


               [Shift] + [A] = [A]


            [CapsLock] + [A] = [A]


[Shift] + [CapsLock] + [A] = [a]




ALL KEYS THAT CREATES THE SAME OUTPUT, HAVE THE SAME


KEYCODES !
[NumPad 1] is the same as [1] (if NumLock)


[NumPad +] is the same as [+]




DOES NOT SUPPORT ARROW-KEYS, DELETE, INSERT, SHIFT, ALT,


CTRL, TAB, ESC...........!


But it supports [Return / Enter] and [Backspace]


_____________________________________________________________________


_______________________




Button:                      keyCode:




[BackSpace]                   8




[Return / Enter]   13




[!]                          33


["]                          34
[#]   35


[$]   36


[%]   37


[&]   38


[']   39


[(]   40


[)]   41


[*]   42


[+]   43


[,]   44


[-]   45


[.]   46


[/]   47


[0]   48


[1]   49


[2]   50


[3]   51


[4]   52


[5]   53
[6]   54


[7]   55


[8]   56


[9]   57


[:]   58


[;]   59


[<]   60


[=]   61


[>]   62


[?]   63


[@]   64


[A]   65


[B]   66


[C]   67


[D]   68


[E]   69


[F]   70


[G]   71


[H]   72
[I]   73


[J]   74


[K]   75


[L]   76


[M]   77


[N]   78


[O]   79


[P]   80


[Q]   81


[R]   82


[S]   83


[T]   84


[U]   85


[V]   86


[W]   87


[X]   88


[Y]   89


[Z]   90


[[]   91
[]   92


[]]   93


[^]   94


[_]   95


[`]   96


[a]   97


[b]   98


[c]   99


[d]   100


[e]   101


[f]   102


[g]   103


[h]   104


[i]   105


[j]   106


[k]   107


[l]   108


[m]   109


[n]   110
[o]   111


[p]   112


[q]   113


[r]   114


[s]   115


[t]   116


[u]   117


[v]   118


[w]   119


[x]   120


[y]   121


[z]   122


[{]   123


[|]   124


[}]   125


[~]   126




[£]   163


[¤]   164
[§]   167


[¨]   168




[´]   180




[½]   189




[Å]   197


[Æ]   198




[Ø]   216




[å]   229


[æ]   230




[ø]   248
_____________________________________________________________________


_______________________




KeyCodes (DANISH keyboard):   onkeydown / onkeyup    Tested with


Internet Explore 5.0)


By: Helge Willum Larsen


_____________________________________________________________________


_______________________




DOES NOT SUPPORT MULTIPLE KEYPRESSES !
ALL KEYS HAVE THEIR OWN, INDIVIDUAL KEYCODE !




[NumPad 1] is NOT the same as [1]


[NumPad +] is NOT the same as [+]


_____________________________________________________________________


_______________________




Button:                 keyCode:      NumLock:       CapsLock:


          ScrollLock:




[BackSpace]               8           -              -


          -


[Tab]                     9           -              -


          -




[NumPad 5]                12          no             -


          -


[Return / Enter]   13          -             -               -
[Shift]           16   -   -


          -


[Ctrl]            17   -   -


          -


[Alt]             18   -   -


          -


[Pause / Break]   19   -   -


          -


[CapsLock]        20   -   -


          -




[Esc]             27   -   -


          -




[Space]           32   -   -


          -


[Page Up]         33   -   -


          -
[Page Down]             34       -       -


           -


[End]                   35       -       -


           -


[Home]                  36       -       -


           -


[LeftArrow]             37       -       -


           -


[UpArrow]               38       -       -


           -


[RightArrow]            39       -       -


           -


[DownArrow]             40       -       -


           -




[PrintScreen / SysRq]   44       -       -


           -


[Insert]         45          -       -       -


[Delete]         46          -       -       -
[0]       48   -   -


      -


[1]       49   -   -


      -


[2]       50   -   -


      -


[3]       51   -   -


      -


[4]       52   -   -


      -


[5]       53   -   -


      -


[6]       54   -   -


      -


[7]       55   -   -


      -


[8]       56   -   -


      -
[9]       57   -   -


      -




[A]       65   -   -


      -


[B]       66   -   -


      -


[C]       67   -   -


      -


[D]       68   -   -


      -


[E]       69   -   -


      -


[F]       70   -   -


      -


[G]       71   -   -


      -


[H]       72   -   -


      -
[I]       73   -   -


      -


[J]       74   -   -


      -


[K]       75   -   -


      -


[L]       76   -   -


      -


[M]       77   -   -


      -


[N]       78   -   -


      -


[O]       79   -   -


      -


[P]       80   -   -


      -


[Q]       81   -   -


      -


[R]       82   -   -
-


[S]                    83   -   -


         -


[T]                    84   -   -


         -


[U]                    85   -   -


         -


[V]                    86   -   -


         -


[W]                    87   -   -


         -


[X]                    88   -   -


         -


[Y]                    89   -   -


         -


[Z]                    90   -   -


         -




[Turn Off] (special)   94   -   -
-


[Sleep] (special) 95         -         -       -


[NumPad 0]             96        yes       -


        -


[NumPad 1]             97        yes       -


        -


[NumPad 2]             98        yes       -


        -


[NumPad 3]             99        yes       -


        -


[NumPad 4]             100       yes       -


        -


[NumPad 5]             101       yes       -


        -


[NumPad 6]             102       yes       -


        -


[NumPad 7]             103       yes       -


        -


[NumPad 8]             104       yes       -
-


[NumPad 9]   105   yes   -


       -


[NumPad *]   106   -     -


       -


[NumPad +]   107   -     -


       -


[NumPad -]   109   -     -


       -


[NumPad ,]   110   -     -


       -


[NumPad /]   111   -     -


       -


[F1]         112   -     -


       -


[F2]         113   -     -


       -


[F3]         114   -     -


       -
[F4]        115   -   -


        -


[F5]        116   -   -


        -


[F6]        117   -   -


        -


[F7]        118   -   -


        -


[F8]        119   -   -


        -


[F9]        120   -   -


        -


[F10]       121   -   -


        -


[F11]       122   -   -


        -


[F12]       123   -   -


        -
[NumLock]                 144       -       -


          -


[ScrollLock]              145       -       -


          -




[+] (next to [0])   187         -       -       -


[,]                       188       -       -


          -


[-] (next to [.])   189         -       -       -


[.]                       190       -       -


          -




[Æ]                       192       -       -


          -




[´] (next to [+])   219         -       -       -


[½] (next to [1]) 220           -       -       -


[Å]                       221       -       -


          -
[Ø]                       222         -              -


         -




[<] (next to [Z])   226         -            -               -




[Wake Up] (special)       255         -              -


         -




_____________________________________________________________________


_______________________




_____________________________________________________________________


_______________________




Functions:                                           Tested with
Internet Explore 5.0


By: Helge Willum Larsen                                 and Netscape


Communicator 4.51


_____________________________________________________________________


_______________________

Number:




String:



© 2005 JS-X.com All rights Reserved | User Agreement | Privacy Policy

More Related Content

What's hot

Dipôles linéaires, régime transitoire
Dipôles linéaires, régime transitoireDipôles linéaires, régime transitoire
Dipôles linéaires, régime transitoireAchraf Ourti
 
Наибольшая общая мера: 2500 лет
Наибольшая общая мера: 2500 летНаибольшая общая мера: 2500 лет
Наибольшая общая мера: 2500 летsixtyone
 
1024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 20131024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 2013Martin Kleppe
 
Torneo baloncesto
Torneo baloncestoTorneo baloncesto
Torneo baloncestoIES Tias
 
Flash Camp Chennai - What is new in AIR 2.5
Flash Camp Chennai - What is new in AIR 2.5Flash Camp Chennai - What is new in AIR 2.5
Flash Camp Chennai - What is new in AIR 2.5RIA RUI Society
 
ข้อสอบMetrix
ข้อสอบMetrixข้อสอบMetrix
ข้อสอบMetrixNoir Black
 
Block 5 PowerPoint Breakdown
Block 5 PowerPoint BreakdownBlock 5 PowerPoint Breakdown
Block 5 PowerPoint BreakdownChristen Mamenko
 
Pulse Communications
Pulse Communications Pulse Communications
Pulse Communications Jaime Flynn
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuTal Lavian Ph.D.
 
Webinar: Intro to Cypher
Webinar: Intro to CypherWebinar: Intro to Cypher
Webinar: Intro to CypherNeo4j
 
Programming Contest Hacks
Programming Contest HacksProgramming Contest Hacks
Programming Contest HacksKosei Moriyama
 

What's hot (14)

Dipôles linéaires, régime transitoire
Dipôles linéaires, régime transitoireDipôles linéaires, régime transitoire
Dipôles linéaires, régime transitoire
 
Reglamento estudiantil udea
Reglamento estudiantil udeaReglamento estudiantil udea
Reglamento estudiantil udea
 
Наибольшая общая мера: 2500 лет
Наибольшая общая мера: 2500 летНаибольшая общая мера: 2500 лет
Наибольшая общая мера: 2500 лет
 
Gps pd field guide v.1 oct. 2010
Gps pd field guide v.1 oct. 2010Gps pd field guide v.1 oct. 2010
Gps pd field guide v.1 oct. 2010
 
1024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 20131024+ Seconds of JS Wizardry - JSConf.eu 2013
1024+ Seconds of JS Wizardry - JSConf.eu 2013
 
Torneo baloncesto
Torneo baloncestoTorneo baloncesto
Torneo baloncesto
 
Flash Camp Chennai - What is new in AIR 2.5
Flash Camp Chennai - What is new in AIR 2.5Flash Camp Chennai - What is new in AIR 2.5
Flash Camp Chennai - What is new in AIR 2.5
 
ข้อสอบMetrix
ข้อสอบMetrixข้อสอบMetrix
ข้อสอบMetrix
 
Block 5 PowerPoint Breakdown
Block 5 PowerPoint BreakdownBlock 5 PowerPoint Breakdown
Block 5 PowerPoint Breakdown
 
Pulse Communications
Pulse Communications Pulse Communications
Pulse Communications
 
07
0707
07
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menu
 
Webinar: Intro to Cypher
Webinar: Intro to CypherWebinar: Intro to Cypher
Webinar: Intro to Cypher
 
Programming Contest Hacks
Programming Contest HacksProgramming Contest Hacks
Programming Contest Hacks
 

Viewers also liked

2012 2013 BPL Kits
2012 2013 BPL Kits2012 2013 BPL Kits
2012 2013 BPL KitsCSG1123
 
Portifólio 2º semestre pcte Sônia
Portifólio 2º semestre pcte SôniaPortifólio 2º semestre pcte Sônia
Portifólio 2º semestre pcte SôniaSônia Xavier
 
7ª sesion 2013
7ª sesion 20137ª sesion 2013
7ª sesion 2013propedi
 
氪周刊 By 36 kr.com 20101212
氪周刊 By 36 kr.com 20101212氪周刊 By 36 kr.com 20101212
氪周刊 By 36 kr.com 2010121236Kr.com
 
Innovation at Six Apart
Innovation at Six ApartInnovation at Six Apart
Innovation at Six Apartsdelbecque
 
教你面對「捨不得」的情懷
教你面對「捨不得」的情懷教你面對「捨不得」的情懷
教你面對「捨不得」的情懷doreen5711
 
Report review 2nd journal
Report review 2nd journal Report review 2nd journal
Report review 2nd journal zulyanei
 
半導體製造業晶圓廠設施安全檢核指引
半導體製造業晶圓廠設施安全檢核指引半導體製造業晶圓廠設施安全檢核指引
半導體製造業晶圓廠設施安全檢核指引5045033
 
Matematika klik & klik
Matematika klik & klikMatematika klik & klik
Matematika klik & klikduapola11
 

Viewers also liked (12)

Love matters
Love mattersLove matters
Love matters
 
北歐奇蹟
北歐奇蹟北歐奇蹟
北歐奇蹟
 
2012 2013 BPL Kits
2012 2013 BPL Kits2012 2013 BPL Kits
2012 2013 BPL Kits
 
Portifólio 2º semestre pcte Sônia
Portifólio 2º semestre pcte SôniaPortifólio 2º semestre pcte Sônia
Portifólio 2º semestre pcte Sônia
 
7ª sesion 2013
7ª sesion 20137ª sesion 2013
7ª sesion 2013
 
氪周刊 By 36 kr.com 20101212
氪周刊 By 36 kr.com 20101212氪周刊 By 36 kr.com 20101212
氪周刊 By 36 kr.com 20101212
 
Innovation at Six Apart
Innovation at Six ApartInnovation at Six Apart
Innovation at Six Apart
 
教你面對「捨不得」的情懷
教你面對「捨不得」的情懷教你面對「捨不得」的情懷
教你面對「捨不得」的情懷
 
Report review 2nd journal
Report review 2nd journal Report review 2nd journal
Report review 2nd journal
 
半導體製造業晶圓廠設施安全檢核指引
半導體製造業晶圓廠設施安全檢核指引半導體製造業晶圓廠設施安全檢核指引
半導體製造業晶圓廠設施安全檢核指引
 
Plataformas Blogging Taller Blogs 1
Plataformas Blogging Taller Blogs 1Plataformas Blogging Taller Blogs 1
Plataformas Blogging Taller Blogs 1
 
Matematika klik & klik
Matematika klik & klikMatematika klik & klik
Matematika klik & klik
 

Similar to Key codes

cocos2d for i Phoneの紹介
cocos2d for i Phoneの紹介cocos2d for i Phoneの紹介
cocos2d for i Phoneの紹介Jun-ichi Shinde
 
Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3guesta3202
 
The Ring programming language version 1.10 book - Part 71 of 212
The Ring programming language version 1.10 book - Part 71 of 212The Ring programming language version 1.10 book - Part 71 of 212
The Ring programming language version 1.10 book - Part 71 of 212Mahmoud Samir Fayed
 
파이썬으로 해보는 이미지 처리
파이썬으로 해보는 이미지 처리파이썬으로 해보는 이미지 처리
파이썬으로 해보는 이미지 처리Kyunghoon Kim
 
C Code and the Art of Obfuscation
C Code and the Art of ObfuscationC Code and the Art of Obfuscation
C Code and the Art of Obfuscationguest9006ab
 
Writing MySQL User-defined Functions in JavaScript
Writing MySQL User-defined Functions in JavaScriptWriting MySQL User-defined Functions in JavaScript
Writing MySQL User-defined Functions in JavaScriptRoland Bouman
 
Lec23-CS110 Computational Engineering
Lec23-CS110 Computational EngineeringLec23-CS110 Computational Engineering
Lec23-CS110 Computational EngineeringSri Harsha Pamu
 
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)Wataru Shito
 
Python for High School Programmers
Python for High School ProgrammersPython for High School Programmers
Python for High School ProgrammersSiva Arunachalam
 
Great BigTable and my toys
Great BigTable and my toysGreat BigTable and my toys
Great BigTable and my toysmseki
 
The Ring programming language version 1.5.4 book - Part 46 of 185
The Ring programming language version 1.5.4 book - Part 46 of 185The Ring programming language version 1.5.4 book - Part 46 of 185
The Ring programming language version 1.5.4 book - Part 46 of 185Mahmoud Samir Fayed
 
Im trying again -Okay, Im in need of some help - this is the c.pdf
Im trying again -Okay, Im in need of some help - this is the c.pdfIm trying again -Okay, Im in need of some help - this is the c.pdf
Im trying again -Okay, Im in need of some help - this is the c.pdfeyeonsecuritysystems
 
第5回 様々なファイル形式の読み込みとデータの書き出し
第5回 様々なファイル形式の読み込みとデータの書き出し第5回 様々なファイル形式の読み込みとデータの書き出し
第5回 様々なファイル形式の読み込みとデータの書き出しWataru Shito
 

Similar to Key codes (16)

cocos2d for i Phoneの紹介
cocos2d for i Phoneの紹介cocos2d for i Phoneの紹介
cocos2d for i Phoneの紹介
 
Calvix python
Calvix pythonCalvix python
Calvix python
 
Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3
 
The Ring programming language version 1.10 book - Part 71 of 212
The Ring programming language version 1.10 book - Part 71 of 212The Ring programming language version 1.10 book - Part 71 of 212
The Ring programming language version 1.10 book - Part 71 of 212
 
파이썬으로 해보는 이미지 처리
파이썬으로 해보는 이미지 처리파이썬으로 해보는 이미지 처리
파이썬으로 해보는 이미지 처리
 
C Code and the Art of Obfuscation
C Code and the Art of ObfuscationC Code and the Art of Obfuscation
C Code and the Art of Obfuscation
 
Writing MySQL User-defined Functions in JavaScript
Writing MySQL User-defined Functions in JavaScriptWriting MySQL User-defined Functions in JavaScript
Writing MySQL User-defined Functions in JavaScript
 
Sim1
Sim1Sim1
Sim1
 
Lec23-CS110 Computational Engineering
Lec23-CS110 Computational EngineeringLec23-CS110 Computational Engineering
Lec23-CS110 Computational Engineering
 
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)
第2回 基本演算,データ型の基礎,ベクトルの操作方法(解答付き)
 
Python for High School Programmers
Python for High School ProgrammersPython for High School Programmers
Python for High School Programmers
 
Great BigTable and my toys
Great BigTable and my toysGreat BigTable and my toys
Great BigTable and my toys
 
The Ring programming language version 1.5.4 book - Part 46 of 185
The Ring programming language version 1.5.4 book - Part 46 of 185The Ring programming language version 1.5.4 book - Part 46 of 185
The Ring programming language version 1.5.4 book - Part 46 of 185
 
Im trying again -Okay, Im in need of some help - this is the c.pdf
Im trying again -Okay, Im in need of some help - this is the c.pdfIm trying again -Okay, Im in need of some help - this is the c.pdf
Im trying again -Okay, Im in need of some help - this is the c.pdf
 
Rkf
RkfRkf
Rkf
 
第5回 様々なファイル形式の読み込みとデータの書き出し
第5回 様々なファイル形式の読み込みとデータの書き出し第5回 様々なファイル形式の読み込みとデータの書き出し
第5回 様々なファイル形式の読み込みとデータの書き出し
 

Key codes

  • 1. Key Codes This document is written by Helge Willum Larsen It contains a list of all "onkeypress", "onkeydown" and "onkeyup" KeyCodes in JavaScript, that can be typed with a DANISH KEYBOARD !!! Other keyboards probably have other KeyCodes. The first section is tested with the Microsoft Internet Explore 5.0 and the Netscape Communicator 4.51. At this time, Netscape didn't support "onkeydown" and "onkeyup". I strongly recommend that you use the "onkeypress" function. It has the greatest browser-compatibility. Otherwise, you can maybe use some of the codes in the bottom of the page: _____________________________________________________________________
  • 2. _______________________ KeyCodes (ALL keyboards): onkeypress Tested with Internet Explore 5.0 By: Helge Willum Larsen and Netscape Communicator 4.51 on a DANISH keyboard _____________________________________________________________________ _______________________ SUPPORTS MULTIPLE KEYPRESSES: [A] = [a] [Shift] + [A] = [A] [CapsLock] + [A] = [A] [Shift] + [CapsLock] + [A] = [a] ALL KEYS THAT CREATES THE SAME OUTPUT, HAVE THE SAME KEYCODES !
  • 3. [NumPad 1] is the same as [1] (if NumLock) [NumPad +] is the same as [+] DOES NOT SUPPORT ARROW-KEYS, DELETE, INSERT, SHIFT, ALT, CTRL, TAB, ESC...........! But it supports [Return / Enter] and [Backspace] _____________________________________________________________________ _______________________ Button: keyCode: [BackSpace] 8 [Return / Enter] 13 [!] 33 ["] 34
  • 4. [#] 35 [$] 36 [%] 37 [&] 38 ['] 39 [(] 40 [)] 41 [*] 42 [+] 43 [,] 44 [-] 45 [.] 46 [/] 47 [0] 48 [1] 49 [2] 50 [3] 51 [4] 52 [5] 53
  • 5. [6] 54 [7] 55 [8] 56 [9] 57 [:] 58 [;] 59 [<] 60 [=] 61 [>] 62 [?] 63 [@] 64 [A] 65 [B] 66 [C] 67 [D] 68 [E] 69 [F] 70 [G] 71 [H] 72
  • 6. [I] 73 [J] 74 [K] 75 [L] 76 [M] 77 [N] 78 [O] 79 [P] 80 [Q] 81 [R] 82 [S] 83 [T] 84 [U] 85 [V] 86 [W] 87 [X] 88 [Y] 89 [Z] 90 [[] 91
  • 7. [] 92 []] 93 [^] 94 [_] 95 [`] 96 [a] 97 [b] 98 [c] 99 [d] 100 [e] 101 [f] 102 [g] 103 [h] 104 [i] 105 [j] 106 [k] 107 [l] 108 [m] 109 [n] 110
  • 8. [o] 111 [p] 112 [q] 113 [r] 114 [s] 115 [t] 116 [u] 117 [v] 118 [w] 119 [x] 120 [y] 121 [z] 122 [{] 123 [|] 124 [}] 125 [~] 126 [£] 163 [¤] 164
  • 9. [§] 167 [¨] 168 [´] 180 [½] 189 [Å] 197 [Æ] 198 [Ø] 216 [å] 229 [æ] 230 [ø] 248
  • 10. _____________________________________________________________________ _______________________ KeyCodes (DANISH keyboard): onkeydown / onkeyup Tested with Internet Explore 5.0) By: Helge Willum Larsen _____________________________________________________________________ _______________________ DOES NOT SUPPORT MULTIPLE KEYPRESSES !
  • 11. ALL KEYS HAVE THEIR OWN, INDIVIDUAL KEYCODE ! [NumPad 1] is NOT the same as [1] [NumPad +] is NOT the same as [+] _____________________________________________________________________ _______________________ Button: keyCode: NumLock: CapsLock: ScrollLock: [BackSpace] 8 - - - [Tab] 9 - - - [NumPad 5] 12 no - - [Return / Enter] 13 - - -
  • 12. [Shift] 16 - - - [Ctrl] 17 - - - [Alt] 18 - - - [Pause / Break] 19 - - - [CapsLock] 20 - - - [Esc] 27 - - - [Space] 32 - - - [Page Up] 33 - - -
  • 13. [Page Down] 34 - - - [End] 35 - - - [Home] 36 - - - [LeftArrow] 37 - - - [UpArrow] 38 - - - [RightArrow] 39 - - - [DownArrow] 40 - - - [PrintScreen / SysRq] 44 - - - [Insert] 45 - - - [Delete] 46 - - -
  • 14. [0] 48 - - - [1] 49 - - - [2] 50 - - - [3] 51 - - - [4] 52 - - - [5] 53 - - - [6] 54 - - - [7] 55 - - - [8] 56 - - -
  • 15. [9] 57 - - - [A] 65 - - - [B] 66 - - - [C] 67 - - - [D] 68 - - - [E] 69 - - - [F] 70 - - - [G] 71 - - - [H] 72 - - -
  • 16. [I] 73 - - - [J] 74 - - - [K] 75 - - - [L] 76 - - - [M] 77 - - - [N] 78 - - - [O] 79 - - - [P] 80 - - - [Q] 81 - - - [R] 82 - -
  • 17. - [S] 83 - - - [T] 84 - - - [U] 85 - - - [V] 86 - - - [W] 87 - - - [X] 88 - - - [Y] 89 - - - [Z] 90 - - - [Turn Off] (special) 94 - -
  • 18. - [Sleep] (special) 95 - - - [NumPad 0] 96 yes - - [NumPad 1] 97 yes - - [NumPad 2] 98 yes - - [NumPad 3] 99 yes - - [NumPad 4] 100 yes - - [NumPad 5] 101 yes - - [NumPad 6] 102 yes - - [NumPad 7] 103 yes - - [NumPad 8] 104 yes -
  • 19. - [NumPad 9] 105 yes - - [NumPad *] 106 - - - [NumPad +] 107 - - - [NumPad -] 109 - - - [NumPad ,] 110 - - - [NumPad /] 111 - - - [F1] 112 - - - [F2] 113 - - - [F3] 114 - - -
  • 20. [F4] 115 - - - [F5] 116 - - - [F6] 117 - - - [F7] 118 - - - [F8] 119 - - - [F9] 120 - - - [F10] 121 - - - [F11] 122 - - - [F12] 123 - - -
  • 21. [NumLock] 144 - - - [ScrollLock] 145 - - - [+] (next to [0]) 187 - - - [,] 188 - - - [-] (next to [.]) 189 - - - [.] 190 - - - [Æ] 192 - - - [´] (next to [+]) 219 - - - [½] (next to [1]) 220 - - - [Å] 221 - - -
  • 22. [Ø] 222 - - - [<] (next to [Z]) 226 - - - [Wake Up] (special) 255 - - - _____________________________________________________________________ _______________________ _____________________________________________________________________ _______________________ Functions: Tested with
  • 23. Internet Explore 5.0 By: Helge Willum Larsen and Netscape Communicator 4.51 _____________________________________________________________________ _______________________ Number: String: © 2005 JS-X.com All rights Reserved | User Agreement | Privacy Policy