mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Keyboard remaps.
This commit is contained in:
parent
be787dc728
commit
2aceab527e
@ -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")
|
||||
|
@ -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%"),
|
||||
|
Loading…
Reference in New Issue
Block a user