53 lines
1.6 KiB
INI
53 lines
1.6 KiB
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# keybinds
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# If you're reading this in the config file, I would strongly recommend changing the keybinds in-game.
|
|
# iChunUtil uses custom keybinds. Go to the controls/keybinds page and click on the bottom right corner.
|
|
#
|
|
# If you really have to edit the config file, the format is <key code>, and append either ":SHIFT", ":CTRL", or ":ALT" for keys you want to hold down at the same time.
|
|
# For key codes go to: http://minecraft.gamepedia.com/Key_codes
|
|
# Example: 48:SHIFT:ALT will bind to the B key when you hold Shift and Alt (On a QWERTY keyboard).
|
|
##########################################################################################################
|
|
|
|
keybinds {
|
|
# Key to grab blocks/entities with the Portal Gun
|
|
S:portalgun.keyGrab=34
|
|
|
|
# Key to reset portals of your Portal Gun
|
|
S:portalgun.keyReset=19
|
|
|
|
# Key to zoom and unzoom the Portal Gun
|
|
S:portalgun.keyZoom=-98
|
|
|
|
morph {
|
|
S:keyFavourite=41
|
|
S:keySelectorCancel=1
|
|
S:keySelectorDown=27
|
|
S:keySelectorLeft=26:SHIFT
|
|
S:keySelectorRemoveMorph=14
|
|
S:keySelectorRight=27:SHIFT
|
|
S:keySelectorSelect=28
|
|
S:keySelectorUp=26
|
|
}
|
|
|
|
trailmix {
|
|
S:fireballKey=-98
|
|
S:pitchDownKey=17
|
|
S:pitchUpKey=31
|
|
S:speedDownKey=29
|
|
S:speedUpKey=57
|
|
S:strafeLeftKey=30
|
|
S:strafeRightKey=32
|
|
S:tightTurnKey=57
|
|
}
|
|
|
|
hats {
|
|
S:guiKeyBind=35
|
|
}
|
|
|
|
}
|
|
|
|
|