wPwZ/2026-03-21_23-21-32

This commit is contained in:
2026-03-21 23:21:44 +00:00
commit 7c8d74b9ce
951 changed files with 21258 additions and 0 deletions

View File

@@ -0,0 +1,236 @@
# Don't change this! Version used to track needed updates.
version = 1
# Scrolls up a 'page' in the Config GUI
[pageUp]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "page.up"
# Scrolls down a 'page' in the Config GUI
[pageDown]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "page.down"
# Scrolls to the top of the Config GUI
[home]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "home"
# Scrolls to the bottom of the Config GUI
[end]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "end"
# Copies the currently hovered or focused config setting
[copy]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "c"
# Pastes the last-copied setting into a compatible new setting
[paste]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "v"
# Not currently used by Fzzy Config - cuts the selected information to a copy buffer
[cut]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "x"
# Saves changes made to the current Config and sends updates to the server
[save]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "s"
# Undos changes made from newest to oldest change
[undo]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "z"
# Opens the context menu for the currently hovered or selected element
[contextMouse]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "mouse"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "mouse.right"
# Backs out to the previous config screen
[back]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "backspace"
# Opens the 'Go-To' menu (Not used to focus the search bar)
[search]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "e"
# Opens the GUI info menu
[info]
ctrl = "default"
shift = "default"
alt = "default"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "f1"
# Fully exits all open config GUIs (and saves them as applicable)
[fullExit]
ctrl = "false"
shift = "true"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "escape"
# Focuses the Config GUI search bar
[[find]]
ctrl = "true"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "f"
[[find]]
ctrl = "false"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "f3"
# Opens the context menu for the currently hovered or selected element
[[contextKeyboard]]
ctrl = "false"
shift = "true"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "f10"
[[contextKeyboard]]
ctrl = "false"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "menu"
# Not currently used by Fzzy Config - A universal 'Enter' keybind
[[act]]
ctrl = "false"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "enter"
[[act]]
ctrl = "false"
shift = "false"
alt = "false"
# 'keyboard' or 'mouse'
type = "keyboard"
# String representation of the key, or the integer keycode
# Convert minecraft names: 'key.keyboard.pause' -> 'pause' or 'key.mouse.right' -> 'mouse.right'.
key = "keypad.enter"

View File

@@ -0,0 +1,8 @@
# Don't change this! Version used to track needed updates.
version = 0
# Modifier key relevant to the search-passing behavior. Not relevant if the behavior is ALWAYS or NEVER
modifier = "ALT"
# How to pass the current search query to a child entry. When satisfied, the child screen will open with the current search term pre-loaded in its search bar.
behavior = "HOLD_MODIFIER"
# When true a config GUI will clear its search query when opened, otherwise it will cache and maintain the query.
clearSearch = true