New hotkeys cant be removed.
I dont need any of these terrain hotkeys and they override my f1 - f6 hotkeys i already have defined in the project through editor scripts.
You should add an option to disable or delete the hotkey altogether.
Add some basic hotkeys like “Pause” so stuff like this is not necessary
public class Pause {
[MenuItem("Edit/Run "+ Hotkeys.PAUSE)]
static void PauseGame() {
EditorApplication.ExecuteMenuItem("Edit/Pause");
}
}