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);
|
return keybinds.img(thread, true);
|
||||||
case 'O':
|
case 'O':
|
||||||
return keybinds.open(thread);
|
return keybinds.open(thread);
|
||||||
|
case 'e':
|
||||||
|
return expandThread.toggle(thread);
|
||||||
case 'i':
|
case 'i':
|
||||||
return keybinds.qr(thread, true);
|
return keybinds.qr(thread, true);
|
||||||
case 'm':
|
case 'm':
|
||||||
|
|||||||
@ -529,6 +529,8 @@ keybinds =
|
|||||||
keybinds.img thread, true
|
keybinds.img thread, true
|
||||||
when 'O'
|
when 'O'
|
||||||
keybinds.open thread
|
keybinds.open thread
|
||||||
|
when 'e'
|
||||||
|
expandThread.toggle thread
|
||||||
when 'i'
|
when 'i'
|
||||||
keybinds.qr thread, true
|
keybinds.qr thread, true
|
||||||
when 'm'
|
when 'm'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user