aboutsummaryrefslogtreecommitdiff
path: root/chrome/redirector.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2014-09-07 17:49:44 +0000
committerEinar Egilsson <einar@einaregilsson.com>2014-09-07 17:49:44 +0000
commitdfa02f353906d63ee67d1924e5e4c39f615663a5 (patch)
tree57c1c68f8b6c757c769090f96d09e014356d645a /chrome/redirector.html
parent404372326e9d854b065175ef1f4634fd78ca8afa (diff)
parentb560af11be809932cc9b96ed569f5ca6f3526bf2 (diff)
Merge pull request #4 from duelafn/Alt-r_toggle
Configuration to disable Alt-r hotkey
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r--chrome/redirector.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html
index 68300c1..eb0baa7 100644
--- a/chrome/redirector.html
+++ b/chrome/redirector.html
@@ -31,6 +31,7 @@
<input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enabled</label><br />
<input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/><label>Statusbar icon</label><br />
<input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/><label>Context menu</label><br />
+ <input type="checkbox" id="enable-shortcut-key" data-pref="enableShortcutKey"/><label>Enable/Disable via Alt-r</label><br />
<input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/><label>Debug output</label><br />
<div class="button-row">
<button id="close">Close</button>