Simple Key Event Helper (SKEH)
⚪ Last updated 2024Preview

🔍 Analysis
- 👍 2.3% endorsement rate — high engagement, a strong quality signal
- 🏆 #2 of 17 Utilities mods in this game by downloads
📋 About This Mod
This mod is for mod developers who wish to incorporate custom keybindings into their mod. You will need to install this helper mod if a mod requires it.
Source code and nicer looking readme @ https://github.com/Notexe/h3-simple-key-event-helper
Example mods using this
-
[]Simple HUD Toggle
[
]Keyboard Keypad Input
Known issues
- 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.
Usage
This helper mod allows you to setup custom keybinds which you can then use to fire pins in your mod. Please reference this mod in the "requirements" section in your mod's manifest like so:
"requirements": [
"Notex. SimpleKeyEventHelper"
There are two methods of using this mod:
1. First method: With this method you can just use the m_sModifierKeyName and m_sKeyName properties in the SimpleKeyEventHelper entity to configure the keybind.
2. Second method: This method involves using a dynamic object entity referenced in a property called m_pDataProvider in the SimpleKeyEventHelper` entity. The second method can be used if you wish to provide customisability options in your SMF mod without having to use duplicated entity.json or entity.patch.json files.
First method
SimpleKeyEventHelper entity:
"parent": null,
"name": "SimpleKeyEventHelper",
"factory": ".pc_entitytype",
"blueprint": ".pc_entityblueprint",
"properties": {
"m_sModifierKeyName": {
"type": "ZString",
"value": "None"
"m_sKeyName": {
"type": "ZString",
"value": "F7"
"events": {
"Pressed": {},
"Down": {},
Simple Key Event Helper (SKEH) is a utility mod for developers, providing a helper entity template to add custom key bindings to their mods. With 222 endorsements and 9,560 downloads, it's a niche tool for mod creators, last updated in March 2024.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Solid endorsement-to-download ratio (222 endorsements on 9,560 downloads) shows real appreciation from the modding community.
- Fills a specific niche for developers who need custom key bindings without reinventing the wheel.
- Lightweight utility that does one job without bloat.
⚠️ Cons
- Only useful if you're actually developing mods—players won't see any direct benefit.
- Last updated in March 2024, so it might not be compatible with the latest game patches or modding frameworks.
- As a developer tool, it requires some coding knowledge to integrate, which limits its audience.
For mod developers who want to add custom key bindings to their mods without building the system from scratch. Skip if you're a player looking for gameplay changes—this is purely a development aid.
💡 Beginner Tips
- If you're new to modding, study how existing mods use SKEH to understand the integration pattern.
- Test your key bindings in a separate save to avoid conflicts with other mods that might use similar inputs.
- Check the mod's forum or comments for any community examples or patches.
📊 Mod Details
- Game
- Hitman3 Mods
- Author
- Notex
- Version
- v1.1.2
- Downloads
- 9,560
- Endorsements
- 222
- Category
- Utilities
- Created
- 3/12/2024
- Updated
- 3/17/2024
🔧 How to Install Hitman World of Assassina Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Hitman World of Assassina →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Hitman World of Assassina commands, item IDs, and more.
Keep browsing — more Hitman World of Assassina mods await