Skip to content

Commit

Permalink
QoL change to chat overlay keybind in multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
CreoSm committed Sep 3, 2024
1 parent 0b6fe87 commit 5a935a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ function MPinput(event)

-- hard kb toggle
if event.type == "InputEventType_FirstPress" and event.DeviceInput.button == "DeviceButton_insert" then
if minimised then
typing = true
end
minimised = not minimised
MESSAGEMAN:Broadcast("Minimise")
update = true
Expand Down

0 comments on commit 5a935a7

Please sign in to comment.