Translations:Binds/6/zh: Difference between revisions

From DDraceNetwork
By (talk | contribs)
Created page with "*'''[按键]''':键盘和鼠标上您所选的任意按键。 *'''[设置/指令]''':您可以在官方网站([https://ddnet.org/settingscommands/#client-settings 客户端设置]/[https://ddnet.org/settingscommands/#client-commands 客户端指令])或站内页面(客户端设置客户端指令)查找相关设置和指令。 *'''[参数]''':您想要调整的..."
 
Darkh (talk | contribs)
No edit summary
Line 1: Line 1:
*'''[按键]''':键盘和鼠标上您所选的任意按键。
* '''[按键]''':键盘和鼠标上您所选的某个按键。
*'''[设置/指令]''':您可以在官方网站([https://ddnet.org/settingscommands/#client-settings 客户端设置]/[https://ddnet.org/settingscommands/#client-commands 客户端指令])或站内页面([[Settings and Commands/zh#客户端设置|客户端设置]]/[[Settings and Commands/zh#客户端指令|客户端指令]])查找相关设置和指令。
* '''[设置/指令]''':您可以在官方网站([https://ddnet.org/settingscommands/#client-settings 客户端设置]/[https://ddnet.org/settingscommands/#client-commands 客户端指令])或站内页面([[Settings and Commands/zh#客户端设置|设置指令]])查阅所有可用设置和指令。
*'''[参数]''':您想要调整的设置或指令的变量或参数。(仅有某些设置需要使用参数,指令和某些设置无需参数)
* '''[参数]''':您想要调整的设置或指令的变量或者可选参数。(仅有某些设置需要使用参数,指令和某些设置无需参数)
倘若您不知道某个按键的名称,可以在[https://github.com/ddnet/ddnet/blob/master/src/engine/client/keynames.h 这个页面]中查找,亦或者在游戏设置 > 控制中随意找一格按下你想要的按键,会显示按键名称。您也可以修饰键{{key press|ctrl}}、{{key press|shift}}、{{key press|alt}}和GUI键(即Windows的{{key press|Win}}、Mac的{{key press|Command}}、Linux的{{key press|Super}})一起使用,如下:
倘若您不知道某个按键的名称,可以在[https://github.com/ddnet/ddnet/blob/master/src/engine/client/keynames.h 这个页面]中查找,亦或者在游戏设置 > 控制中随意找一格按下你想要的按键,在更改按键功能的同时便会显示按键名称,之后'''记得'''将它改回去,否则会影响原有的按键功能。您也可以修饰键{{key press|ctrl}}、{{key press|shift}}、{{key press|alt}}和GUI键(即Windows的{{key press|Win}}、Mac的{{key press|Command}}、Linux的{{key press|Super}})一起绑定使用,使用{{key press|ctrl}}时语法如下:
  bind {{color|magenta|ctrl+}}{{color|green|[按键]}} {{color|blue|[设置/指令]}} {{color|purple|[参数]}}
  bind {{color|magenta|ctrl+}}{{color|green|[按键]}} {{color|blue|[设置/指令]}} {{color|purple|[参数]}}
注意:修饰键作为绑定的唯一按键而不是在组合键中使用时,需要添加 left(左)和 right(右)的首字母来区分左右两侧的不同按键。例如:
bind {{color|green|lctrl}} {{color|blue|[设置/指令]}} {{color|purple|[参数]}}

Revision as of 00:45, 3 July 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Binds)
*'''[key]''' is the key on your keyboard/mouse you want to bind a command to.
*'''[command/setting]''' A full list of all commands and settings can be found [https://ddnet.org/settingscommands/#client-settings here].
*'''[value]''' is the variable you want to set your setting to or an argument for a command.  Not all commands require arguments
You can find keycodes [https://github.com/ddnet/ddnet/blob/master/src/engine/client/keynames.h here], or just type the key temporarily into one of the controls in the Settings > Controls page in DDNet client and it will show the key name.  You can also use modifier keys with binds.
 bind <span style="color:magenta">ctrl+</span><span style="color:green">[key]</span> <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span>
you can use '''ctrl''', '''alt''', '''shift''', and '''gui'''.  '''Gui''' is used to refer to the windows key on windows, the command key on macOS/osx, and super/meta on linux.
  • [按键]:键盘和鼠标上您所选的某个按键。
  • [设置/指令]:您可以在官方网站(客户端设置客户端指令)或站内页面(设置和指令)查阅所有可用设置和指令。
  • [参数]:您想要调整的设置或指令的变量或者可选参数。(仅有某些设置需要使用参数,指令和某些设置无需参数)

倘若您不知道某个按键的名称,可以在这个页面中查找,亦或者在游戏设置 > 控制中随意找一格按下你想要的按键,在更改按键功能的同时便会显示按键名称,之后记得将它改回去,否则会影响原有的按键功能。您也可以将修饰键ctrl⇧ Shiftalt和GUI键(即Windows的⊞ Win、Mac的⌘ Command、Linux的Super)一起绑定使用,使用ctrl时语法如下:

bind ctrl+[按键] [设置/指令] [参数]

注意:修饰键作为绑定的唯一按键而不是在组合键中使用时,需要添加 left(左)和 right(右)的首字母来区分左右两侧的不同按键。例如:

bind lctrl [设置/指令] [参数]