Skip to content
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

command to go to next/previous mail pane? #65

Closed
anthonymvicente opened this issue Jan 24, 2021 · 2 comments
Closed

command to go to next/previous mail pane? #65

anthonymvicente opened this issue Jan 24, 2021 · 2 comments

Comments

@anthonymvicente
Copy link

Not sure if there's already a command to do this, but I use the F6/shift+F6 command to move between the mail panes regularly, but can't seem to find a command to bind to. I'd like to use the same shortcuts, but with a different key. Is this something tbkeys can do?

@morat523035
Copy link

Try the following main binding keys in settings using the tbkey addon.

1 - switch focus to next pane i.e. folder to thread to message
shift+1 - switch focus to previous pane

{
  "1": "window.SwitchPaneFocus(window.event);",
  "shift+1": "window.SwitchPaneFocus(window.event);"
}

Tips...

http://forums.mozillazine.org/viewtopic.php?p=14872763#p14872763

@anthonymvicente
Copy link
Author

This is great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants