You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by de...@apache.org on 2013/07/11 07:35:46 UTC

[2/2] git commit: updated refs/heads/4.2 to b5cf351

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/b5cf3510
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b5cf3510
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b5cf3510

Branch: refs/heads/4.2
Commit: b5cf3510eb01b8b81f3437eaebbb4a6ede0f55bc
Parents: 2ac8f2b
Author: Sanjay Tripathi <sa...@citrix.com>
Authored: Wed Jul 3 17:05:22 2013 +0530
Committer: Devdeep Singh <de...@gmail.com>
Committed: Thu Jul 11 10:57:22 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/b5cf3510/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}]