mirror of https://github.com/kiwix/libkiwix.git
Add accesskey to Kiwix Server library button
This commit is contained in:
parent
a0b66eae0c
commit
5450bcd3c2
|
@ -45,7 +45,13 @@
|
||||||
<input type="checkbox" id="kiwix_button_show_toggle">
|
<input type="checkbox" id="kiwix_button_show_toggle">
|
||||||
<label for="kiwix_button_show_toggle"><img src="./skin/caret.png?KIWIXCACHEID" alt=""></label>
|
<label for="kiwix_button_show_toggle"><img src="./skin/caret.png?KIWIXCACHEID" alt=""></label>
|
||||||
<div class="kiwix_button_cont">
|
<div class="kiwix_button_cont">
|
||||||
<a id="kiwix_serve_taskbar_library_button" title="Go to welcome page" aria-label="Go to welcome page" href="./"><button>🏠</button></a>
|
<a id="kiwix_serve_taskbar_library_button"
|
||||||
|
title="Go to welcome page"
|
||||||
|
accesskey="w"
|
||||||
|
aria-label="Go to welcome page"
|
||||||
|
href="./">
|
||||||
|
<button>🏠</button>
|
||||||
|
</a>
|
||||||
<span id="kiwix_serve_taskbar_book_ui_group">
|
<span id="kiwix_serve_taskbar_book_ui_group">
|
||||||
<a id="kiwix_serve_taskbar_home_button"
|
<a id="kiwix_serve_taskbar_home_button"
|
||||||
title="Go to the main page of the current book"
|
title="Go to the main page of the current book"
|
||||||
|
|
Loading…
Reference in New Issue