From 2aceab527efacedd5a3319eaf1f0574e2b78ee0b Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Tue, 12 May 2015 10:14:26 -0400 Subject: [PATCH] Keyboard remaps. --- src/app-configuration.defaults | 2 +- src/keystrokeEditor/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app-configuration.defaults b/src/app-configuration.defaults index ee9c9935..601c5c3b 100644 --- a/src/app-configuration.defaults +++ b/src/app-configuration.defaults @@ -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") diff --git a/src/keystrokeEditor/constants.py b/src/keystrokeEditor/constants.py index 627c4f49..f4cd893f 100644 --- a/src/keystrokeEditor/constants.py +++ b/src/keystrokeEditor/constants.py @@ -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%"),