We have faced many issues where user is complaining about the wrong keyboard is
getting selected which is resulting in some keys not working properly. So with
this I am just trying to address that issue. This will also make sure that user
is changing keyboard layout in his knowledge.
Additional
Thank's for pointing to that PR.
Do you think it's useful to cut the keyboard selector?
As long as there's no wayu changing the keyboard setting after an
instance has been provisioned, the average user would need to fiddle
with API calls.
Additionally, the keyboard doesn't necessary have to be c
There is already a PR requested some 4 months back addressing some of these
issues. With that patch one has to add only key mappings to support new
languages.
https://github.com/apache/cloudstack/pull/669
On 14-Dec-2015, at 10:22 PM, Stephan Seitz
mailto:s.se...@secretresearchfacility.com>>
Hi!
I've recently experimented with different approaches to add languages to
the consoleproxy in a more modular way than the very hardcoded
ajaxviewer / ajaxkeys / index.jsp
I'ld like to ask if someone already did some work in that direction, so
I could join in?
Alternatively, I'll start on a som