Updated Branches: refs/heads/4.2 21c74c645 -> 822991a0e
CLOUDSTACK-2909: Fix for EN-US keys. Keys are ' and " Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/822991a0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/822991a0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/822991a0 Branch: refs/heads/4.2 Commit: 822991a0e94b8128082e0cf884f00049be0794ae Parents: f168df3 Author: Sanjay Tripathi <sanjay.tripa...@citrix.com> Authored: Fri Aug 9 16:19:16 2013 +0530 Committer: Likitha Shetty <likitha.she...@citrix.com> Committed: Fri Aug 9 18:23:35 2013 +0530 ---------------------------------------------------------------------- services/console-proxy/server/js/ajaxkeys.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/822991a0/services/console-proxy/server/js/ajaxkeys.js ---------------------------------------------------------------------- diff --git a/services/console-proxy/server/js/ajaxkeys.js b/services/console-proxy/server/js/ajaxkeys.js index 4e4d775..be3a5c9 100644 --- a/services/console-proxy/server/js/ajaxkeys.js +++ b/services/console-proxy/server/js/ajaxkeys.js @@ -169,8 +169,7 @@ KEYBOARD_TYPE_UK = "uk"; var keyboardTables = [ {tindex: 0, keyboardType: KEYBOARD_TYPE_COOKED, mappingTable: - {X11: [ {keycode: 222, entry: X11_KEY_CIRCUMFLEX_ACCENT}, - {keycode: 220, entry: X11_KEY_YEN_MARK}, + {X11: [ {keycode: 220, entry: X11_KEY_YEN_MARK}, {keycode: 186, entry: X11_KEY_COLON, browser: "Chrome"}, {keycode: 226, entry: X11_KEY_REVERSE_SOLIUS},