From 70dff87240bb101ffb886faa6a1f40f87258332f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 21 Feb 2012 11:01:39 +1300 Subject: Tweaks for reverse proxy mode - Unify key bindings over connection and connection list view - Add help entry - Unset reverse proxy when a blank value is specified --- libmproxy/console/connlist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmproxy/console/connlist.py') diff --git a/libmproxy/console/connlist.py b/libmproxy/console/connlist.py index f5af2ca2..6504573a 100644 --- a/libmproxy/console/connlist.py +++ b/libmproxy/console/connlist.py @@ -13,7 +13,7 @@ def _mkhelp(): ("l", "set limit filter pattern"), ("L", "load saved flows"), ("r", "replay request"), - ("R", "revert changes to request"), + ("V", "revert changes to request"), ("w", "save all flows matching current limit"), ("W", "save this flow"), ("X", "kill and delete connection, even if it's mid-intercept"), @@ -111,7 +111,7 @@ class ConnectionItem(common.WWrap): if r: self.master.statusbar.message(r) self.master.sync_list_view() - elif key == "R": + elif key == "V": self.state.revert(self.flow) self.master.sync_list_view() elif key == "w": -- cgit v1.2.3