tbkeys icon indicating copy to clipboard operation
tbkeys copied to clipboard

Deleting 2 messages in a row

Open m707 opened this issue 2 years ago • 1 comments

I have mapped 'd' to the command delete messages this way:

"d": "window.goDoCommand('cmd_delete')",

but everytime I hit d the highlighted message and it's follower are deleted, so two messages in a row.

Using tbkeys 2.2.0 addon for TB 91.10.0 (64-Bit) on Debian bullseye.

m707 avatar Jun 23 '22 08:06 m707

Strange, I can't reproduce this, but it is obviously terrible behavior. Does it still happen if you make d your only binding? You could also try using cmd:cmd_delete instead of window.goDoCommand('cmd_delete').

wshanks avatar Jul 21 '22 16:07 wshanks

Issue fixed by cmd:cmd_delete. THX and sorry for the late reply.

m707 avatar Sep 08 '22 17:09 m707