TGUI Say: Upgrades chat input with modern features (#67116)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: AnturK <AnturK@users.noreply.github.com>
Co-authored-by: iamgoofball <iamgoofball@gmail.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: KubeRoot <6917698+KubeRoot@users.noreply.github.com>
Co-authored-by: Kapu1178 <75460809+Kapu1178@users.noreply.github.com>
Co-authored-by: Iamgoofball <4081722+Iamgoofball@users.noreply.github.com>
Co-authored-by: DomitiusKnack <56321744+DomitiusKnack@users.noreply.github.com>
Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com>
This commit is contained in:
Jeremiah
2022-06-16 17:21:21 -07:00
committed by GitHub
co-authored by Mothblocks AnturK iamgoofball Aleksej Komarov KubeRoot Kapu1178 Iamgoofball DomitiusKnack LemonInTheDark Wallem
parent 5b77b9e44e
commit acfa5e4fdd
68 changed files with 1990 additions and 622 deletions
+9 -3
View File
@@ -3,18 +3,24 @@
/datum/keybinding/client/communication/say
hotkey_keys = list("T")
name = "Say"
name = SAY_CHANNEL
full_name = "IC Say"
keybind_signal = COMSIG_KB_CLIENT_SAY_DOWN
/datum/keybinding/client/communication/radio
hotkey_keys = list("Y")
name = RADIO_CHANNEL
full_name = "IC Radio (;)"
keybind_signal = COMSIG_KB_CLIENT_RADIO_DOWN
/datum/keybinding/client/communication/ooc
hotkey_keys = list("O")
name = "OOC"
name = OOC_CHANNEL
full_name = "Out Of Character Say (OOC)"
keybind_signal = COMSIG_KB_CLIENT_OOC_DOWN
/datum/keybinding/client/communication/me
hotkey_keys = list("M")
name = "Me"
name = ME_CHANNEL
full_name = "Custom Emote (/Me)"
keybind_signal = COMSIG_KB_CLIENT_ME_DOWN