mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-02-16 22:44: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")
|
exit = string(default="control+win+f4")
|
||||||
open_timeline = string(default="control+win+i")
|
open_timeline = string(default="control+win+i")
|
||||||
remove_buffer = string(default="control+win+shift+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")
|
audio = string(default="control+win+alt+return")
|
||||||
volume_up = string(default="control+win+alt+up")
|
volume_up = string(default="control+win+alt+up")
|
||||||
volume_down = string(default="control+win+alt+down")
|
volume_down = string(default="control+win+alt+down")
|
||||||
|
@ -19,7 +19,7 @@ actions = {
|
|||||||
"exit": _(u"Quit"),
|
"exit": _(u"Quit"),
|
||||||
"open_timeline": _(u"Open user timeline"),
|
"open_timeline": _(u"Open user timeline"),
|
||||||
"remove_buffer": _(u"Destroy buffer"),
|
"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"),
|
"audio": _(u"Attempt to play audio"),
|
||||||
"volume_up": _(u"Increase volume by 5%"),
|
"volume_up": _(u"Increase volume by 5%"),
|
||||||
"volume_down": _(u"Decrease volume by 5%"),
|
"volume_down": _(u"Decrease volume by 5%"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user