Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Mar 17, 2024
1 parent eea2e63 commit 2dabd58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Adds a helper entitytemplate for developers who wish to add custom key bindings

- Toggling the `m_bEnabled` property results in the keybinds not being set correctly if you are using the dynamic object method. I suspect the game for some reason falls back to the `m_sModifierKeyName` and `m_sKeyName` properties.
- Workaround: Use the Enable/Disable pins instead or send the `NotifyDataChanged` input pin to the dynamic object entity for the keybinds to get restored.
- The game will sometimes take stage focus away when you interact with menu items. This causes the keybord events to be ignored entirely.
- Workaround: Cicking the mouse in an empty spot in the pause menu seems to bring stage focus back to this mod. I want to fix this properly though but I'm honestly not sure how.

## Usage

Expand Down

0 comments on commit 2dabd58

Please sign in to comment.