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 not k:
|
||||||
if args[1] == "mouse drag":
|
if args[1] == "mouse drag":
|
||||||
signals.status_message.send(
|
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
|
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