From e6533b36841db8a37296b46a924077df88bfe3e1 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Thu, 6 Nov 2014 13:23:22 +0530 Subject: [PATCH] CLOUDSTACK-7852: EN-US, SC: CentOS CLI & Windows OS: Key translation fails on the Numeric Del. key for US 101 keyboard. --- systemvm/js/ajaxviewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/js/ajaxviewer.js b/systemvm/js/ajaxviewer.js index 9e46f7962c1..123f1825c43 100644 --- a/systemvm/js/ajaxviewer.js +++ b/systemvm/js/ajaxviewer.js @@ -138,7 +138,7 @@ KeyboardMapper.prototype = { this.jsX11KeysymMap[AjaxViewer.JS_KEY_CTRL] = AjaxViewer.X11_KEY_CTRL; this.jsX11KeysymMap[AjaxViewer.JS_KEY_ALT] = AjaxViewer.X11_KEY_ALT; this.jsX11KeysymMap[AjaxViewer.JS_KEY_SELECT_KEY] = AjaxViewer.X11_KEY_SELECT_KEY; - this.jsX11KeysymMap[AjaxViewer.JS_KEY_DECIMAL_POINT] = AjaxViewer.X11_KEY_DECIMAL_POINT; + //this.jsX11KeysymMap[AjaxViewer.JS_KEY_DECIMAL_POINT] = AjaxViewer.X11_KEY_DECIMAL_POINT; this.jsKeyPressX11KeysymMap[45] = [{type: AjaxViewer.KEY_DOWN, code: AjaxViewer.X11_KEY_SUBSTRACT, modifiers: 0, shift: true }, {type: AjaxViewer.KEY_UP, code: AjaxViewer.X11_KEY_SUBSTRACT, modifiers: 0, shift: true }, {type: AjaxViewer.KEY_DOWN, code: AjaxViewer.X11_KEY_SUBSTRACT, modifiers: 0, shift: false },