* When hiding a config with a default binding, add it unbound to the default keybindings file
56 lines
1.6 KiB
TOML
56 lines
1.6 KiB
TOML
#Key bindings listed here will be hidden from the key bindings menu.
|
|
#Use this to hide key bindings that are not used by the player.
|
|
hide_key_bindings = [
|
|
"key.horsecombatcontrols.toggle",
|
|
"key.jei.bookmark",
|
|
"key.jei.cheatItemStack",
|
|
"key.jei.cheatItemStack2",
|
|
"key.jei.cheatOneItem",
|
|
"key.jei.cheatOneItem2",
|
|
"key.jei.clearSearchBar",
|
|
"key.jei.closeRecipeGui",
|
|
"key.jei.copy.recipe.id",
|
|
"key.jei.focusSearch",
|
|
"key.jei.maxTransferRecipeBookmark",
|
|
"key.jei.nextCategory",
|
|
"key.jei.nextPage",
|
|
"key.jei.nextRecipePage",
|
|
"key.jei.nextSearch",
|
|
"key.jei.previousCategory",
|
|
"key.jei.previousPage",
|
|
"key.jei.previousRecipePage",
|
|
"key.jei.previousSearch",
|
|
"key.jei.recipeBack",
|
|
"key.jei.showRecipe",
|
|
"key.jei.showRecipe2",
|
|
"key.jei.showUses",
|
|
"key.jei.showUses2",
|
|
"key.jei.toggleBookmarkOverlay",
|
|
"key.jei.toggleCheatMode",
|
|
"key.jei.toggleCheatModeConfigButton",
|
|
"key.jei.toggleEditMode",
|
|
"key.jei.toggleHideIngredient",
|
|
"key.jei.toggleOverlay",
|
|
"key.jei.toggleWildcardHideIngredient",
|
|
"key.jei.transferRecipeBookmark",
|
|
"quark.emote.cheer",
|
|
"quark.emote.clap",
|
|
"quark.emote.facepalm",
|
|
"quark.emote.headbang",
|
|
"quark.emote.no",
|
|
"quark.emote.point",
|
|
"quark.emote.salute",
|
|
"quark.emote.shrug",
|
|
"quark.emote.think",
|
|
"quark.emote.wave",
|
|
"quark.emote.weep",
|
|
"quark.emote.yes",
|
|
"quark.keybind.patreon_emote.dab",
|
|
"quark.keybind.patreon_emote.dance",
|
|
"quark.keybind.patreon_emote.exorcist",
|
|
"quark.keybind.patreon_emote.jet",
|
|
"quark.keybind.patreon_emote.tpose",
|
|
"quark.keybind.patreon_emote.zombie"
|
|
]
|
|
|