[English](#English) # 按键配置 > wiki 版本:`0.0.1`.1 路径:`key` - `HoldToAim`(bool):是否按住右键来保持瞄准 - `HoldToProne`(bool):是否按住爬行键来保持趴下 - `AutoReload`(bool):枪械打空后自动尝试换弹 ```toml [key] HoldToAim = true HoldToProne = true AutoReload = false ``` # English > wiki verison: `0.0.1`.1 ## Key Config Path: `key` - `HoldToAim` (bool): True if you want to hold the right mouse button to aim - `HoldToProne` (bool): True if you want to hold the prone button to prone - `AutoReload` (bool): Try to reload automatically when the gun is empty ```toml [key] HoldToAim = true HoldToProne = true AutoReload = false ```