# -*- coding: utf-8 -*- actions = { "up": _(u"Go up up on the current list"), "down": _(u"Go down up on the current list"), "left": _(u"Go to the previous tab"), "right": _(u"Go to the next tab"), "conversation_up": _(u"Move up one tweet in the conversation"), "conversation_down": _(u"Move down one tweet in the conversation"), "show_hide": _(u"Show the graphical interface"), "compose": _(u"New tweet"), "reply": _(u"Reply to a tweet"), "retweet": _(u"Retweet"), "dm": _(u"Send direct message"), "fav": _(u"Mark as favourite"), "unfav": _(u"Remove from favourites"), "action": _(u"Open the actions dialogue"), "details": _(u"See user details"), "view": _(u"Show tweet"), "close": _(u"Quit"), "open_timeline": _(u"Open user timeline"), "delete_buffer": _(u"Remove buffer"), "url": _(u"Open URL on the current tweet, or further information for a friend or follower"), "audio": _(u"Attempt to play audio"), "volume_up": _(u"Increase volume by 5%"), "volume_down": _(u"Decrease volume by 5%"), "go_home": _(u"Go to the first element on the list"), "go_end": _(u"Go to the last element on the list"), "go_page_up": _(u"Move 20 elements up on the current list"), "go_page_down": _(u"Move 20 elements down on the current list"), "update_profile": _(u"Edit profile"), "delete": _(u"Remove a tweet or direct message"), "clear_list": _(u"Empty the buffer removing all the elements"), "repeat_item": _(u"Listen the current message"), "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_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"), "view_user_lists": _(u"Show lists for a specified user"), "get_more_items": _(u"Load previous item for a buffer"), }