diff --git a/4chan_x.js b/4chan_x.js index 469c0145a..74639f61b 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -720,6 +720,8 @@ return keybinds.img(thread, true); case 'O': return keybinds.open(thread); + case 'e': + return expandThread.toggle(thread); case 'i': return keybinds.qr(thread, true); case 'm': diff --git a/script.coffee b/script.coffee index 1a71eb5ef..3624752b3 100644 --- a/script.coffee +++ b/script.coffee @@ -529,6 +529,8 @@ keybinds = keybinds.img thread, true when 'O' keybinds.open thread + when 'e' + expandThread.toggle thread when 'i' keybinds.qr thread, true when 'm'