mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Better status message on mouse drag
This commit is contained in:
parent
f922b7aaf5
commit
ed88bcad72
@ -27,7 +27,7 @@ class Window(urwid.Frame):
|
|||||||
if not k:
|
if not k:
|
||||||
if args[1] == "mouse drag":
|
if args[1] == "mouse drag":
|
||||||
signals.status_message.send(
|
signals.status_message.send(
|
||||||
message = "Hold down shift, alt or ctrl to select text.",
|
message = "Hold down fn, shift, alt or ctrl to select text or use the --no-mouse parameter.",
|
||||||
expire = 1
|
expire = 1
|
||||||
)
|
)
|
||||||
elif args[1] == "mouse press" and args[2] == 4:
|
elif args[1] == "mouse press" and args[2] == 4:
|
||||||
|
Loading…
Reference in New Issue
Block a user