-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a custom function that only close tab #63
Comments
This piece of code works exactly what I want. I'd like to be included in tbkeys-lite. I have to use tbkeys at the moment and set key binding as the code above. |
I would close the current tab like so.
Reference... http://searchfox.org/comm-esr78/search?q=closeTab.aOptional®exp=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need a custom function that only close tab like https://addons.thunderbird.net/en-US/thunderbird/addon/close-on-escape-too/
I tried func:CloseTabOrWindow, but it terminates thunderbird itself too if there is no tab opening. I also tried tbkeys:closeMessageAndRefresh, although it does not terminate thunderbird, it has another side effect: expands all thread (which I don't want either).
What I need is tbkeys:closeMessageAndRefresh, but does not expand thread.
(Note: I am using tbkeys-lite therefore writing arbitrary function is not possible)
The text was updated successfully, but these errors were encountered: