-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add keymap support for WebMKS remote consoles #3442
Conversation
@@ -28,6 +28,11 @@ | |||
$('#ctrlaltdel').on('click', function() { | |||
wmks.sendCAD(); | |||
}); | |||
|
|||
$('#keymap').on('change', function() { | |||
console.log(this.value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the log here intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes @mzazrivec testing your review skills 😉
faa69ef
to
45b897b
Compare
Checked commit skateman@45b897b with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@bmclaughlin Could you test this one please? Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, appears to work as expected. Tested in Firefox, Chrome, Safari, IE.
Add keymap support for WebMKS remote consoles (cherry picked from commit 30a591b) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553329
Gaprindashvili backport details:
|
Add keymap support for WebMKS remote consoles (cherry picked from commit 30a591b) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553331
Fine backport details:
|
I looked into the VMware HTML Console Programming Guide and on page 8 found that WebMKS has support for key mapping between a few keyboard types. It is not a universal solution, but solves the problem of special characters if both the VM's and the client's keyboard layout is one of the supported keyboards.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1545927
@bmclaughlin can you test this please?
@miq-bot add_label gaprindashvili/yes, fine/yes, bug, consoles