diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 20:10:58 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 20:10:58 -0700 |
commit | 1a9e0243f4cb64fb2ee284e7b96a28ec6aa3d23a (patch) | |
tree | 44f9871cfe176beab8a2ce5a06549e0eee548753 /ext/bg/popup.html | |
parent | 37321e8d52849b0824132e2339760e96308abbb6 (diff) |
fix conflicting hotkeys
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html index e223e241..968b386d 100644 --- a/ext/bg/popup.html +++ b/ext/bg/popup.html @@ -18,12 +18,12 @@ </head> <body> <p> - <input type="checkbox" id="enable-search" title="Toggle (Alt + Delete)"> + <input type="checkbox" id="enable-search"> </p> <p> <div class="btn-group" style="white-space: nowrap"> <button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs glyphicon glyphicon-search"></button> - <button type="button" id="open-options" title="Options (Alt + End)" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button> + <button type="button" id="open-options" title="Options" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button> <button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button> </div> </p> |