Keyboard remaps.

This commit is contained in:
Bill Dengler 2015-05-12 10:14:26 -04:00
parent be787dc728
commit 2aceab527e
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ view_item = string(default="control+win+v")
exit = string(default="control+win+f4")
open_timeline = string(default="control+win+i")
remove_buffer = string(default="control+win+shift+i")
url = string(default="control+win+return")
interact = string(default="control+win+return")
audio = string(default="control+win+alt+return")
volume_up = string(default="control+win+alt+up")
volume_down = string(default="control+win+alt+down")

View File

@ -19,7 +19,7 @@ actions = {
"exit": _(u"Quit"),
"open_timeline": _(u"Open user timeline"),
"remove_buffer": _(u"Destroy buffer"),
"url": _(u"Open URL on the current tweet, or further information for a friend or follower"),
"interact": _(u"Interact with the currently focused tweet."),
"audio": _(u"Attempt to play audio"),
"volume_up": _(u"Increase volume by 5%"),
"volume_down": _(u"Decrease volume by 5%"),