SharedVRCStuff/Moderation Toolkit/Keybinds App/config.txt

35 lines
No EOL
881 B
Text

# These are lillith's settings for keybinds
# everything can be explained by the line above it starting with a hashtag
### Config
cfg onlyWhenFocused VRChat
### Fly Stuff
# Fly
f /avatar/parameters/Go/VRCEmote int 123 0
# Speed up
hold-g /avatar/parameters/Go/VRCEmote int 122 123 10
hold-g /avatar/parameters/Go/Float float 0.1 0
# Fly Up
hold-e /avatar/parameters/Go/VRCEmote int 121 123 10
hold-e /avatar/parameters/Go/Float float 1 0
# Fly Down
hold-q /avatar/parameters/Go/VRCEmote int 121 123 10
hold-q /avatar/parameters/Go/Float float -1 0
# Drop
hold-ctrl /avatar/parameters/Go/VRCEmote int 120 0
# Dash
b /avatar/parameters/Go/Dash bool true false
### Overlay
# Xray
x /avatar/parameters/HUDSettings/State/Overlay int 3 0
# Overlay Toggle
h /avatar/parameters/HUDSettings/State/HUDEnabled bool true false
# Invisible
t /avatar/parameters/Invisible bool true false