BurntSushi/wingo

Bug: Launch Terminal launched terminal twice

Closed this issue · 3 comments

I use lilyterm. And when I press Mod1-t it launched twice.

Could you please post your key.wini config file. I can't reproduce this either.

Sorry, I found it is my fault. I duplicate the line, Maybe we should have a tool to check is the same key name occurs on continue line. Otherwise show error on it to prevent such wrong behavior.

Mod4-t := Shell "lilyterm" # at file header
...
Mod4-t := Shell "lilyterm" # at file tailer

That is not wrong behavior. In the wini format, := is an append operation, not an equals operation. It lets you bind multiple commands (in order) to a single key press.