Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2DE9101D7 for ; Fri, 12 Jul 2013 07:51:33 +0000 (UTC) Received: (qmail 16366 invoked by uid 500); 12 Jul 2013 07:51:08 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 16073 invoked by uid 500); 12 Jul 2013 07:51:05 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 15592 invoked by uid 99); 12 Jul 2013 07:50:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 07:50:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 128F4894AA7; Fri, 12 Jul 2013 07:50:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebgoa@apache.org To: commits@cloudstack.apache.org Date: Fri, 12 Jul 2013 07:51:15 -0000 Message-Id: <6a3411020991488dbae2b806de90fdeb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/50] git commit: updated refs/heads/sdnextensions to bcfb4e6 CLOUDSTACK-1960: Fix for UK Keyboard - Bar symbol i.e. "|". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8bd1d273 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8bd1d273 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8bd1d273 Branch: refs/heads/sdnextensions Commit: 8bd1d27315cf1dbac29e2328bbf50c4aff784555 Parents: 2e8d16b Author: Sanjay Tripathi Authored: Wed Jul 3 17:05:22 2013 +0530 Committer: Devdeep Singh Committed: Thu Jul 11 10:41:45 2013 +0530 ---------------------------------------------------------------------- services/console-proxy/server/js/ajaxkeys.js | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bd1d273/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 677962b..725c8c5 100644 --- a/services/console-proxy/server/js/ajaxkeys.js +++ b/services/console-proxy/server/js/ajaxkeys.js @@ -321,6 +321,10 @@ var keyboardTables = [ {keycode: 92, entry: [{type : KEY_DOWN, code : 0xa6, modifiers : 0, shift : false}] }, + // [124 = |] + {keycode: 124, entry: + [{type : KEY_DOWN, code : 0xa6, modifiers : 64, shift : true}] + }, // [126 = ~] {keycode: 126, entry: [{type : KEY_DOWN, code : 0x7c, modifiers : 64, shift : true}]