diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-15 20:19:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 20:19:56 -0500 |
commit | 0a1664ba296796c347a1690ff5eea71363961806 (patch) | |
tree | e4b472d2d4bb25552ac0e9beb800ae87c61f59ce /ext/bg/settings2.html | |
parent | 9f202313c744412c984c136937976bbdf46faaef (diff) |
Separate close hotkey (#1242)
* Add focusSearchBox hotkey
* Update close hotkey action
* Update hotkeys
Diffstat (limited to 'ext/bg/settings2.html')
-rw-r--r-- | ext/bg/settings2.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index f44b7eab..0beef025 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -2871,7 +2871,8 @@ <div class="hotkey-list-item-action-cell"> <select class="hotkey-list-item-action"> <option value="">None</option> - <option value="close">Close popup</option> + <option value="close">Close</option> + <option value="focusSearchBox">Focus search box</option> <option value="nextEntry">Go to next entry</option> <option value="nextEntry3">Go to next entry (x3)</option> <option value="previousEntry">Go to previous entry</option> |