diff options
author | Frédéric Guillot <fred@miniflux.net> | 2019-04-28 18:20:46 -0700 |
---|---|---|
committer | fguillot <fred@miniflux.net> | 2019-04-28 18:35:58 -0700 |
commit | 4295a86e55e765e3e396a03c090bd08be9e0a390 (patch) | |
tree | 77b388feb1ec345c3823b7c7338ab8d293ff3b77 /template/html/settings.html | |
parent | 3c8cc0b2b69c8de7343dfbec0e22934c954487df (diff) |
Add option to enable/disable keyboard shortcuts
Diffstat (limited to 'template/html/settings.html')
-rw-r--r-- | template/html/settings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/html/settings.html b/template/html/settings.html index 3b07871..dbaee71 100644 --- a/template/html/settings.html +++ b/template/html/settings.html @@ -64,6 +64,8 @@ <option value="desc" {{ if eq "desc" $.form.EntryDirection }}selected="selected"{{ end }}>{{ t "form.prefs.select.recent_first" }}</option> </select> + <label><input type="checkbox" name="keyboard_shortcuts" value="1" {{ if .form.KeyboardShortcuts }}checked{{ end }}> {{ t "form.prefs.label.keyboard_shortcuts" }}</label> + <div class="buttons"> <button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button> </div> |