keybind: e - toggle thread expansion. closes #100
This commit is contained in:
parent
e4b65e6dad
commit
2d75eedc54
@ -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':
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user