Custom Hotkeys Remake

Thread
Custom Hotkeys Remake
Latest
Feb 14, 2026
Uploaded
Jan 24, 2026
Version
1.4.0
Total Files Size
8.6 KB
Unique DLs
0
Total DLs
0
Total Files
1

Custom Hotkeys Remake

8.6 KB

Download Latest

Usage

  1. Install the mod and run the game once to generate its config file.
  2. Open Subnautica\BepInEx\config\Custom_Hotkeys_Remake\config.json.
  3. The format is as follows:

{
"Name": "Example - Simple",
"Keys": [
"K"
],
"Commands": [
"warpforward 10",
"spawn seamoth"
],
"ExecutionDelay": "2",
"RunOnLoad": false
},
{
"Name": "Example - Multi-Key",
"Keys": [
"LeftControl",
"H"
],
"Commands": [
"survival"
],
"ExecutionDelay": "0",
"RunOnLoad": false
}

This example has 2 hotkeys. The first one requires the K key to be pressed, doing so will warp you forward by 10 units and spawn a Seamoth. The 2nd hotkey requires the left CTRL key and H pressed at the same time and it will set the game mode to survival.

The plugin will generate the configuration file with these examples preset, simply follow the formatting.

Tips

  1. Updating the list of hotkeys requires pressing F9 or using the refreshhotkeys command for the mod to re-read the file.
  2. Do not forget to properly format any change, commas are easy to miss.
  3. You can reset the config and bring back the included examples by deleting the file then re-running the game.
  4. Refer to the Unity documentation for a list of KeyCodes .
  5. Setting the execution delay to 0 runs all commands immediately.

Settings

  1. Enable feature. (A general toggle so that you don't have to uninstall the mod completely.)
  2. Command execution delay (seconds).

Mod Input

  1. Refresh hotkeys.

Requirements and Installation

  1. Tobey's BepInEx Pack
  2. Nautilus

Install with a mod manager or by dragging the extracted folder to the game's root folder.

Credits

  1. zorgesho for the original Custom Hotkeys.
  2. MrOshaw for the Subnautica Modding Guide.
  3. The Subnautica Modding Discord server for their help and resources, especially EldritchCarMaker and Essence.

Source Code


 

Comments (0)

Log in to post a comment.

This thread is open for discussion.

Be the first to leave a community review!

More from Ungeziefi

Popular Subnautica Mods