Skip to content

Commit 8990967

Browse files
committed
updating keymasher
1 parent ee3d08f commit 8990967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/jquery.keymasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
shifted = "abcdefghijklmnopqrstuvwxyz!@#$%^&*()~_+{}|:\"<>?",
1515
noprint={shift:16,ctrl:17,meta:91,alt:18,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,
1616
capslock:20,numlock:144,scrolllock:145,pageup:33,pagedown:34,end:35,home:36,backspace:8,
17-
insert:45, delete:46,pause:19,esc:27,left:37,up:38,right:39,down:40,printscreen:44};
17+
insert:45, 'delete':46,pause:19,esc:27,left:37,up:38,right:39,down:40,printscreen:44};
1818

1919
$.each(keys,function(index,value){
2020
var keyCode=value.charCodeAt(0),shift=shifted[index];

0 commit comments

Comments
 (0)