]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/input/domkeytable.js
Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/noVNC
[mirror_novnc.git] / core / input / domkeytable.js
index a0cc1f5a9b48009c6649073bd7f76b6652db01c8..6028801255425fcb5152f98e33755628e655fc45 100644 (file)
@@ -75,7 +75,7 @@ addNumpad("PageUp", KeyTable.XK_Prior, KeyTable.XK_KP_Prior);
 // 2.5. Editing Keys
 
 addStandard("Backspace", KeyTable.XK_BackSpace);
-addStandard("Clear", KeyTable.XK_Clear);
+addNumpad("Clear", KeyTable.XK_Clear, KeyTable.XK_KP_Begin);
 addStandard("Copy", KeyTable.XF86XK_Copy);
 // - CrSel
 addStandard("Cut", KeyTable.XF86XK_Cut);