Added tracking of inactivity in chatbar.

Now indicator will disappear if for 30 seconds contents of chatbar didn't change.

Moved all relevant vars to the typing_indicator.dm
Added 'typing' var, as 'if(!(typing_indicator in overlays))' didn't work and overlays kept being added forever.
Fixed preference toggle feedback being backwards.
Fixed wrong verb called in hotkeys mode.
This commit is contained in:
Chinsky
2014-08-29 21:11:32 +04:00
parent 12364f0cd2
commit 6a90016b80
3 changed files with 25 additions and 7 deletions

View File

@@ -403,11 +403,11 @@ macro "hotkeymode"
is-disabled = false
elem
name = "F3"
command = "say_wrapper"
command = ".say"
is-disabled = false
elem
name = "F4"
command = "me_wrapper"
command = ".me"
is-disabled = false
elem
name = "F5"