Commit 8820554f by Őry Máté

dashboard: press ctrl to kill screensaver in vnc

parent 72117133
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
function updateState(rfb, state, oldstate, msg) { function updateState(rfb, state, oldstate, msg) {
$('#_console .btn-toolbar button').attr('disabled', !(state === "normal")); $('#_console .btn-toolbar button').attr('disabled', !(state === "normal"));
rfb.sendKey(0xffe3); // press and release ctrl to kill screensaver
if (typeof(msg) !== 'undefined') { if (typeof(msg) !== 'undefined') {
$('#noVNC_status').html(msg); $('#noVNC_status').html(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment