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/7c708e00 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7c708e00 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7c708e00 Branch: refs/heads/master Commit: 7c708e00d24d1b7d79675e9044ffcea96a58a54e Parents: d95e3da 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:49:13 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/7c708e00/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},