mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user