Repository: cloudstack Updated Branches: refs/heads/master 57ad60257 -> 04a6063ba
CLOUDSTACK-7852: EN-US, SC: CentOS CLI & Windows OS: Key translation fails on the Numeric Del. key for US 101 keyboard. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/04a6063b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/04a6063b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/04a6063b Branch: refs/heads/master Commit: 04a6063ba840578dc0152f1135442a0cb94075f8 Parents: 57ad602 Author: Sanjay Tripathi <[email protected]> Authored: Thu Nov 6 13:23:22 2014 +0530 Committer: Sanjay Tripathi <[email protected]> Committed: Thu Nov 6 13:32:09 2014 +0530 ---------------------------------------------------------------------- systemvm/js/ajaxviewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/04a6063b/systemvm/js/ajaxviewer.js ---------------------------------------------------------------------- diff --git a/systemvm/js/ajaxviewer.js b/systemvm/js/ajaxviewer.js index 9e46f79..123f182 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 },
