Key bind slot - #3
Open
Konstantin7777 wants to merge 4 commits into
Open
Conversation
* CustomCommands.OnDestroy fix * bugfix binds unable to unbind * bugfix bind slots affect aeach other * bugfix KeybindingsOverlay become broken upon monitor camera switch + PluginSlot feature
+ key recording fix
Konstantin7777
force-pushed
the
KeyBindSlot
branch
from
July 15, 2026 08:09
4619525 to
69e066a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I am Nickon7777 from https://hub.virtamate.com/members/nickon7777.111628/

I made a feature I needed for myself and I think the community could like it too. The feature is to show exact plugin on excat atom. First the user types in plugin label with the format "#KeyBindSlot" then calls UpdateSlots (new command) and after that the new commands PluginsSlot can show the plugin UI. Also I found and fixed a couple of bugs with key bindings never could be unbinded and the binding slots (0/1) affect each other. This feature is in the first commit - less invasive. The other commits change the plugin UI and could break some feature I don't know as I used the VaM standard UI pattern instead of PrefabManager so you could find it very invasive. I made the new UI because of original version takes about 2 seconds to show for me. You could publish some of it as an update under your name, just credit me if you do.
UPD: fixed one more bug: switching to Monitor Camera hangs KeybindingsOverlay. Added the fix to the first commit again.