mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #176] [MERGED] console fn-keys functionality correction #446
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#446
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/176
Author: @catborise
Created: 8/27/2018
Status: ✅ Merged
Merged: 8/28/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (5)
2a5a761spice config correctionsf73271emissing js files and keyfunctions added76e6388novnc ES6 compatibility is not working. I reverse it. Spice/VNC sending ctrl+alt+fn functionality restored.e9e2185Update console-spice-full.html14e145etwice calling function generates two vnc console. ES6 requirement no longer necessary. it is disabled and problem solved.📊 Changes
58 files changed (+64762 additions, -17444 deletions)
View changed files
📝
console/templates/console-base.html(+20 -20)📝
console/templates/console-spice-full.html(+17 -29)📝
console/templates/console-spice-lite.html(+17 -26)📝
console/templates/console-vnc-full.html(+20 -8)📝
console/templates/console-vnc-lite.html(+73 -31)📝
instances/templates/instances.html(+1 -1)➖
static/js/novnc/app.js(+0 -12069)📝
static/js/novnc/app/localization.js(+32 -25)📝
static/js/novnc/app/ui.js(+483 -419)📝
static/js/novnc/app/webutil.js(+33 -73)📝
static/js/novnc/core/base64.js(+26 -30)📝
static/js/novnc/core/des.js(+98 -110)📝
static/js/novnc/core/display.js(+57 -69)📝
static/js/novnc/core/encodings.js(+10 -22)📝
static/js/novnc/core/inflator.js(+8 -20)📝
static/js/novnc/core/input/domkeytable.js(+188 -193)📝
static/js/novnc/core/input/fixedkeys.js(+103 -108)📝
static/js/novnc/core/input/keyboard.js(+66 -78)📝
static/js/novnc/core/input/keysym.js(+587 -591)📝
static/js/novnc/core/input/keysymdef.js(+6 -11)...and 38 more files
📄 Description
hi,
i did update novnc console to 1.0.0 some documents recommend to convert js files to ES6 style to run them on old browsers but after conversion there are some nitty gritty situation appears. it could be bug, i do not know. i reverse the operation.
ctrl-alt-fn functionality did not work with compiled version of novnc but now it is working... thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.