Created
November 21, 2021 05:47
-
-
Save lu0/15b81397d947368a867680a7bdbe5401 to your computer and use it in GitHub Desktop.
Keybindings I use on Thunderbird with Tbkeys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": "unset", | |
"1": "unset", | |
"2": "unset", | |
"3": "unset", | |
"4": "unset", | |
"5": "unset", | |
"6": "unset", | |
"7": "unset", | |
"8": "unset", | |
"9": "unset", | |
"o": "unset", | |
"f": "unset", | |
"#": "unset", | |
"r": "cmd:cmd_reply", | |
"a": "unset", | |
"x": "unset", | |
"c": "unset", | |
"u": "unset", | |
"b": "unset", | |
"j": "unset", | |
"k": "unset", | |
"m": "unset", | |
"p": "unset", | |
"s": "unset", | |
"t": "unset", | |
"w": "unset", | |
"]": "unset", | |
"[": "unset", | |
"ctrl+enter": "unset", | |
"ctrl+shift+enter": "unset", | |
"ctrl+w": "func:CloseTabOrWindow", | |
"ctrl+shift+w": "cmd:cmd_undoCloseTab", | |
"ctrl+d": "cmd:cmd_delete", | |
"ctrl+z": "cmd:cmd_undo", | |
"ctrl+space": "unset", | |
"ctrl+shift+space": "unset", | |
"ctrl+ntilde": "cmd:cmd_toggleMessagePane", | |
"alt+shift+s": "window.document.getElementById('tabmail-tabs').advanceSelectedTab(1, true)", | |
"alt+shift+a": "window.document.getElementById('tabmail-tabs').advanceSelectedTab(-1, true)", | |
"alt+shift+q": "window.document.getElementById('threadTree').focus()", | |
"alt+shift+x": "window.document.getElementById('threadTree').focus()", | |
"alt+shift+w": "window.document.getElementById('messagepane').contentDocument.documentElement.focus()", | |
"alt+shift+z": "window.document.getElementById('folderTree').focus()" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment