Конечно, добавил эти строчки:
; edited by TheDarkWraith
; for ottos chalkboard mod
8986=Return
8987=Edit free Space
8988=StartTime
; edited by TheDarkWraith
8989=Tabelle Std
8990=Tabelle Min
8991=Shipping Chart
8992=Toggle draggable compass
8993=Increase Messagebox shown/maximized TC level
8994=Decrease Messagebox shown/maximized TC level
Я думаю проблема здесь:
###################################### Teleporting ##############################################
# the hotkeys assigned to the teleport commands
#
# Format:
#
# TeleportToObsScope = False
# False = enabled
# None = key used
# False = shift key required
#
# so if you wanted the teleport to obs scope hot key to be shift + T:
# TeleportToObsScope = True, MenuKeyManagerWrapper.Keys.T, True
#
# if you didn't want to assign a hotkey for teleport to obs scope:
# TeleportToObsScope = False, MenuKeyManagerWrapper.Keys.T, False
#
TeleportToObsScope = MenuKeyManagerWrapper.Keys.7, True
TeleportToAttackScope = MenuKeyManagerWrapper.Keys.6, True
TeleportToUZO = MenuKeyManagerWrapper.Keys.8, True
TeleportToRadar = [ False, None, False ]
TeleportToHydrophone = MenuKeyManagerWrapper.Keys.9, True
TeleportToDeckGun = MenuKeyManagerWrapper.Keys.g, True
TeleportToFlakGun = MenuKeyManagerWrapper.Keys.f, True
# the hotkey used to bring up the Teleporting order bar
# Format:
#
# DisplayTeleportingOrderBarKey = False
# False = enabled
# None = key used
# False = shift key required
#
# so if you wanted the teleport to obs scope hot key to be shift + T:
# DisplayTeleportingOrderBarKey = True, MenuKeyManagerWrapper.Keys.T, True
#
# if you didn't want to assign a hotkey for teleport to obs scope:
# DisplayTeleportingOrderBarKey = False, MenuKeyManagerWrapper.Keys.T, False
# DisplayTeleportingOrderBarKey = True, MenuKeyManagerWrapper.Keys.T, False
# if teleported to obs or attack scope and you leave the station, do you teleport back to bridge?
ObsAndAttackReturnToBridge = False