Updated Branches: refs/heads/4.2 9895d01a5 -> 2eceb7dcb
CLOUDSTACK-2909: Fix for ; and : keys for IE and chrome. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/86d2e8bd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/86d2e8bd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/86d2e8bd Branch: refs/heads/4.2 Commit: 86d2e8bdae1e7edef013a9cf01dbf2dee7528531 Parents: 9895d01 Author: Sanjay Tripathi <[email protected]> Authored: Mon Aug 12 14:27:13 2013 +0530 Committer: Devdeep Singh <[email protected]> Committed: Mon Aug 12 18:24:26 2013 +0530 ---------------------------------------------------------------------- services/console-proxy/server/js/ajaxkeys.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/86d2e8bd/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 be3a5c9..60c9798 100644 --- a/services/console-proxy/server/js/ajaxkeys.js +++ b/services/console-proxy/server/js/ajaxkeys.js @@ -170,7 +170,6 @@ KEYBOARD_TYPE_UK = "uk"; var keyboardTables = [ {tindex: 0, keyboardType: KEYBOARD_TYPE_COOKED, mappingTable: {X11: [ {keycode: 220, entry: X11_KEY_YEN_MARK}, - {keycode: 186, entry: X11_KEY_COLON, browser: "Chrome"}, {keycode: 226, entry: X11_KEY_REVERSE_SOLIUS}, {keycode: 240, entry: [
