mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-24 13:49:40 +00:00
fix text selection hint
This commit is contained in:
parent
cacf767b5c
commit
170568ded0
@ -23,7 +23,7 @@ class Window(urwid.Frame):
|
||||
if not k:
|
||||
if args[1] == "mouse drag":
|
||||
signals.status_message.send(
|
||||
message = "Hold down alt or ctrl to select text.",
|
||||
message = "Hold down shift, alt or ctrl to select text.",
|
||||
expire = 1
|
||||
)
|
||||
elif args[1] == "mouse press" and args[2] == 4:
|
||||
|
Loading…
Reference in New Issue
Block a user