diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 18:18:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 18:18:31 -0700 |
commit | 063f3d4dbf8c896f4f7b022cfae6e2b907769251 (patch) | |
tree | c09403cc7a7985f64e5a2f0f7fd86c499833edc5 /ext/bg/popup.html | |
parent | 9d31801b73ad3f2a273f20aecda0e7157c481d46 (diff) |
version bump, finishing up keyboard shortcuts1.1.8
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html index 22fc0d40..e223e241 100644 --- a/ext/bg/popup.html +++ b/ext/bg/popup.html @@ -18,12 +18,12 @@ </head> <body> <p> - <input type="checkbox" id="enable-search"> + <input type="checkbox" id="enable-search" title="Toggle (Alt + Delete)"> </p> <p> <div class="btn-group" style="white-space: nowrap"> - <button type="button" id="open-search" title="Search" class="btn btn-default btn-xs glyphicon glyphicon-search"></button> - <button type="button" id="open-options" title="Options" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button> + <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-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button> </div> </p> |