From 0b1292487473183beace773d5829022723baf29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Sun, 1 Mar 2015 20:11:26 -0600 Subject: [PATCH] Action dialogue is attached to the right keyboard shorcuts --- src/app-configuration.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-configuration.defaults b/src/app-configuration.defaults index cf343cb6..20eaa671 100644 --- a/src/app-configuration.defaults +++ b/src/app-configuration.defaults @@ -27,7 +27,7 @@ post_retweet = string(default="control+win+shift+r") send_dm = string(default="control+win+d") add_to_favourites = string(default="alt+win+f") remove_from_favourites = string(default="alt+shift+win+f") -action = string(default="control+win+s") +follow = string(default="control+win+s") details = string(default="control+win+alt+n") view_item = string(default="control+win+v") exit = string(default="control+win+f4")