Skip to content

Commit

Permalink
Update aria-keyshortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Nov 30, 2023
1 parent 9d90e1f commit ac9b8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/search/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function style() {
function tpl(defaultValue = '') {
const html = /* html */ `
<div class="input-wrap">
<input type="search" value="${defaultValue}" aria-keyshortcuts="/" />
<input type="search" value="${defaultValue}" aria-keyshortcuts="/ control+k meta+k" />
<div class="clear-button">
<svg width="26" height="24">
<circle cx="12" cy="12" r="11" fill="#ccc" />
Expand Down

0 comments on commit ac9b8ed

Please sign in to comment.