Commit Graph

8 Commits

Author SHA1 Message Date
Infi a5161cf97c Merge pull request #95
fix: avoid handling keybinds after vanilla input focus
2024-07-20 19:32:57 +02:00
Dean Sheather 81923ddfe4 fix: avoid handling keybinds after vanilla input focus 2024-07-21 02:30:39 +10:00
Infi 6f30f848f7 Merge pull request #94
fix: avoid switching to non-existent linkshell idx
2024-07-20 18:00:58 +02:00
Dean Sheather 70a60b83e5 fix: avoid switching to non-existent linkshell idx
Prevents switching channels to a non-existent linkshell index (for both
regular linkshells and cross-world linkshells). ExtraChat linkshells are
already validated separately.

Prevents ChatLogWindow Draw failures from causing ChatTwo to grab input
focus each frame if the exception occurs during an Activate event.
2024-07-21 01:51:03 +10:00
Infi 85c5facff7 Replace function with CS version 2024-07-19 12:47:34 +02:00
Dean Sheather 23e6ecd10b fix: remove keys from ModifierlessChatKeys list 2024-07-16 23:24:56 +10:00
Infi 6f1a3fc548 Fix virtual key check missing 2024-07-15 12:27:08 +02:00
Dean Sheather fb167a8161 chore: refactor keybinds to be in new KeybindManager 2024-07-15 19:24:29 +10:00