diff --git a/4chan_x.user.js b/4chan_x.user.js
index 979700ab4..d8f980701 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -139,6 +139,7 @@
backlink: '>>%id',
favicon: 'ferongr',
hotkeys: {
+ openOptions: 'ctrl+o',
close: 'Esc',
spoiler: 'ctrl+s',
openQR: 'i',
@@ -893,8 +894,11 @@
if (!(key = keybinds.keyCode(e))) return;
thread = nav.getThread();
switch (key) {
+ case conf.openOptions:
+ if (!$.id('overlay')) options.dialog();
+ break;
case conf.close:
- if (o = $('#overlay')) {
+ if (o = $.id('overlay')) {
$.rm(o);
} else if (qr.el) {
qr.close();
@@ -1305,6 +1309,7 @@
Keybinds are disabled.
\