Skip to content

Commit

Permalink
Make auto focus search bar depend on home key option (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Nov 2, 2023
1 parent 279133b commit bd19ae7
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 49 deletions.
7 changes: 4 additions & 3 deletions i18n/en.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions i18n/es.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions i18n/fr.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
margin-bottom: 12px !important;
}

#top, #articleContent, #footer {
#top, #articleContent, #footer, article {
transition: transform 0.3s ease;
}

Expand Down
4 changes: 2 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,10 @@ <h3 data-i18n="configure-display-settings-title">Display settings</h3>
</label>
</div>
<div class="checkbox">
<label data-i18n-tip="configure-display-homekeyfocus-tip" title="Enables quick access to search, no matter where you are in an article.">
<label data-i18n-tip="configure-display-homekeyfocus-tip" title="Auto-focuses the search bar when you press the Home key, and also when you click or tap on the Home tab. Enables quick access to search, no matter where you are in an article.">
<input type="checkbox" name="useHomeKeyToFocusSearchBar"
id="useHomeKeyToFocusSearchBarCheck">
<span data-i18n="configure-display-homekeyfocus"><strong>Use Home key to focus search bar</strong> (may rarely have side effects on ZIM files that handle Home key)</span>
<span data-i18n="configure-display-homekeyfocus"><strong>Home key and Home tab focus search bar</strong> (may have side effects on ZIMs that handle Home key)</span>
</label>
</div>
<div class="checkbox">
Expand Down
Loading

0 comments on commit bd19ae7

Please sign in to comment.