Session mute and buffer mute has been added to their keyboard shorcuts

This commit is contained in:
2015-03-11 17:17:29 -06:00
parent 4613b7ada1
commit d4fc809169
9 changed files with 33 additions and 16 deletions

View File

@@ -37,8 +37,8 @@ actions = {
"copy_to_clipboard": _(u"Copy to clipboard"),
"add_to_list": _(u"Add to list"),
"remove_from_list": _(u"Remove from list"),
"toggle_mute": _(u"Mutes/unmutes the active buffer"),
"toggle_global_mute": _(u"Globally mute/unmute TW Blue"),
"toggle_buffer_mute": _(u"Mutes/unmutes the active buffer"),
"toggle_session_mute": _(u"Globally mute/unmute the current account in TWBlue"),
"toggle_autoread": _(u"toggles the automatic reading of incoming tweets in the active buffer"),
"search": _(u"Search on twitter"),
"edit_keystrokes": _(u"Shows the keystroke editor"),