Repository: cloudstack Updated Branches: refs/heads/4.5 30598e958 -> 4e01d61f8
CLOUDSTACK-7969: SC: Win8.1: Key translation fails for some EN-US keyboard keys. (cherry picked from commit a45ddb514c13b0b72d47468fb2254e69520d37f6) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bc4dca71 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bc4dca71 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bc4dca71 Branch: refs/heads/4.5 Commit: bc4dca71c871fa5e57794b9552a18233b7f114fc Parents: 30598e9 Author: Sanjay Tripathi <[email protected]> Authored: Wed Nov 26 13:28:25 2014 +0530 Committer: Rohit Yadav <[email protected]> Committed: Tue Jan 20 11:28:08 2015 +0530 ---------------------------------------------------------------------- ui/index.jsp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bc4dca71/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 83d5d54..fc2a742 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -440,6 +440,7 @@ <option value="us">Standard (US) keyboard</option> <option value="uk">UK keyboard</option> <option value="jp">Japanese keyboard</option> + <option value="sc">Simplified Chinese keyboard</option> </select> </div> </div>
