From cd5a035d901e536d726400708c7929e5df0fa7b2 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 26 Aug 2016 13:30:28 +0200 Subject: [PATCH] Make sure all buttons have a tooltip --- vnc.html | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/vnc.html b/vnc.html index 5019bfd9..b7074237 100644 --- a/vnc.html +++ b/vnc.html @@ -67,13 +67,17 @@
+ id="noVNC_mouse_button0" class="noVNC_button" + title="Active Mouse Button"/> + id="noVNC_mouse_button1" class="noVNC_button" + title="Active Mouse Button"/> + id="noVNC_mouse_button2" class="noVNC_button" + title="Active Mouse Button"/> + id="noVNC_mouse_button4" class="noVNC_button" + title="Active Mouse Button"/> @@ -82,17 +86,22 @@
+ id="noVNC_toggle_extra_keys_button" class="noVNC_button" + title="Show Extra Keys"/>
+ id="noVNC_toggle_ctrl_button" class="noVNC_button" + title="Toggle Ctrl"/> + id="noVNC_toggle_alt_button" class="noVNC_button" + title="Toggle Alt"/> + id="noVNC_send_tab_button" class="noVNC_button" + title="Send Tab"/> + id="noVNC_send_esc_button" class="noVNC_button" + title="Send Escape"/>