acg / shellac

Extend Chrome with unix shell commands
99 stars 25 forks source link

Command is sent twice when using keyboard shortcut #6

Closed sunny-lan closed 6 years ago

sunny-lan commented 6 years ago

It seems that the action happens twice when I use the shortcut, but only once when I use the context menu.

However, I have modified the code a bit so that it doesn't use os.fork(), so I'm not sure if others will be able to reproduce this