promotional bannermobile promotional banner

NetKeys

can custom hotkeys with command

NetKeys —— Command Keybinding

How to Use:

In the server's configuration files, you can find the netkeys-server.toml file.

You will see a file that looks like this:

```toml

Set of keys.

[keyMap] "CONTROL + C" = "say 1" ```

The CONTROL + C part specifies the shortcut keys. The first part (CONTROL) is the modifier, which includes the following options:

  • SHIFT
  • CONTROL
  • ALT
  • SUPER
  • CAPS_LOCK
  • NUM_LOCK

The second part (C) is the key portion, and generally any key can be used.

The say 1 part specifies the command to be executed on behalf of the Server, so you need to be cautious in choosing the command.

The NetKeys Team

Forgeborn tier frameprofile avatar
  • 38
    Followers
  • 19
    Projects
  • 215.5K
    Downloads

More from QinQianjiuView all

  • node graph project image

    node graph

    A reusable node graph editor library and evaluation engine.

    • 56
    • July 25, 2026
  • scanline project image

    scanline

    A NeoForge client mod for Minecraft 26.1.2 that provides orange scan waves conforming to block surfaces and marks nearby chests through walls.

    • 17
    • July 15, 2026
  • Codec Lens project image

    Codec Lens

    Better Codec error messages. See exactly which field failed and why, instead of a cryptic one-liner.

    • 62
    • March 14, 2026
  • NeoGrid project image

    NeoGrid

    Modern, automated electrical grids for NeoForge.

    • 201
    • March 14, 2026
  • node graph project image

    node graph

    A reusable node graph editor library and evaluation engine.

    • 56
    • July 25, 2026
  • scanline project image

    scanline

    A NeoForge client mod for Minecraft 26.1.2 that provides orange scan waves conforming to block surfaces and marks nearby chests through walls.

    • 17
    • July 15, 2026
  • Codec Lens project image

    Codec Lens

    Better Codec error messages. See exactly which field failed and why, instead of a cryptic one-liner.

    • 62
    • March 14, 2026
  • NeoGrid project image

    NeoGrid

    Modern, automated electrical grids for NeoForge.

    • 201
    • March 14, 2026