mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
Merge pull request #1486 from dufferzafar/mouse-drag-text
Better status message on mouse drag
This commit is contained in:
commit
cacee3871c
@ -27,7 +27,7 @@ class Window(urwid.Frame):
|
||||
if not k:
|
||||
if args[1] == "mouse drag":
|
||||
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
|
||||
)
|
||||
elif args[1] == "mouse press" and args[2] == 4:
|
||||
|
Loading…
Reference in New Issue
Block a user