GitHub user anshul1886 opened a pull request: https://github.com/apache/cloudstack/pull/669
Made the adding new keyboard language support easier This branch has implemented following improvements in console proxy keyboard language support 1) ajaxviewer.js and ajaxkeys.js are main files involved in key code translations. These files now can be copied in systemvm/js folder and they will be copied to CPVM with stop/start performed on it. 2) Started passing parameters to CPVM needed to resolve the ambiguous cases of keycode translations. 3) Generalise the framework such that one needs to modify only ajaxkeys.js (file which has keycode mappings) without need of much knowledge in js. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anshul1886/cloudstack-1 nonuskeyboardsupport Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/669.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #669 ---- commit 94995312a97716417cd0bbe7c2a323aa5cc09f5e Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: 2015-08-04T04:54:16Z Added support for copying js files from management server to console proxy VM with stop start commit 9e5f1c7b071f48d3c608b314e8111f77a0018a0d Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: 2015-08-07T05:45:03Z Added CopyFileInVmCommand support in ovm3 and simulator and added fallback path for js files commit 130827f928cae4f56cd76a9431745f5959d50349 Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: 2015-08-07T08:38:32Z generalize console proxy keyboard support framework and added the additional parameters which will be needed for keyboard mappings commit 2d20c2c9b0bfa11157f3412080144df81d149438 Author: Anshul Gangwar <anshul.gang...@citrix.com> Date: 2015-08-10T06:27:03Z Moved the console Keyboard Options to new file so that user can add keyboard options easily ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---