Repository: cloudstack Updated Branches: refs/heads/4.4-forward 54c0df56d -> 608500c10
CLOUDSTACK-6494: Typing a pipe '|' character in VM console returns a question mark and pipe '?|'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/608500c1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/608500c1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/608500c1 Branch: refs/heads/4.4-forward Commit: 608500c107f5bbffdb453c00f0f5038243295197 Parents: 54c0df5 Author: Sanjay Tripathi <sanjay.tripa...@citrix.com> Authored: Thu Apr 24 13:27:21 2014 +0530 Committer: Sanjay Tripathi <sanjay.tripa...@citrix.com> Committed: Thu Apr 24 13:28:56 2014 +0530 ---------------------------------------------------------------------- systemvm/js/ajaxkeys.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/608500c1/systemvm/js/ajaxkeys.js ---------------------------------------------------------------------- diff --git a/systemvm/js/ajaxkeys.js b/systemvm/js/ajaxkeys.js index 60c9798..8f78cc8 100644 --- a/systemvm/js/ajaxkeys.js +++ b/systemvm/js/ajaxkeys.js @@ -169,8 +169,7 @@ KEYBOARD_TYPE_UK = "uk"; var keyboardTables = [ {tindex: 0, keyboardType: KEYBOARD_TYPE_COOKED, mappingTable: - {X11: [ {keycode: 220, entry: X11_KEY_YEN_MARK}, - {keycode: 226, entry: X11_KEY_REVERSE_SOLIUS}, + {X11: [ {keycode: 226, entry: X11_KEY_REVERSE_SOLIUS}, {keycode: 240, entry: [ {type: KEY_DOWN, code: X11_KEY_CAPSLOCK, modifiers: 0 },