mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -06:00
#39: Make keymap changes for secondary_interact.
This commit is contained in:
parent
24fa7a1815
commit
4b2c7a9655
@ -25,7 +25,7 @@ exit = string(default="control+win+f4")
|
||||
open_timeline = string(default="control+win+i")
|
||||
remove_buffer = string(default="control+win+shift+i")
|
||||
interact = string(default="control+win+return")
|
||||
url = string(default="control+win+alt+return")
|
||||
secondary_interact = string(default="control+win+alt+return")
|
||||
volume_up = string(default="control+win+alt+up")
|
||||
volume_down = string(default="control+win+alt+down")
|
||||
go_home = string(default="control+win+home")
|
||||
|
@ -20,7 +20,7 @@ actions = {
|
||||
"open_timeline": _(u"Open user timeline"),
|
||||
"remove_buffer": _(u"Destroy buffer"),
|
||||
"interact": _(u"Interact with the currently focused tweet."),
|
||||
"url": _(u"Open a URL in the currently focused tweet in your web browser"),
|
||||
"secondary_interact": _(u"Perform secondary interact action (open URL in browser if Codeofdusk's intelegent audio tweet handlers enabled, play audio if disabled."),
|
||||
"volume_up": _(u"Increase volume by 5%"),
|
||||
"volume_down": _(u"Decrease volume by 5%"),
|
||||
"go_home": _(u"Jump to the first element of a buffer"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user