Unbind (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Frankie1969
(unbind)
 
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
== Slash Command ==
{{SlashCommandArticle
{{SlashCommandArticle
|command=unbind|options=trigger|note=''trigger'' is a key or key combination, such as 'H' and 'LSHIFT+H'. See [[List of Key Names]] for a... list of key names.
|command=unbind|options=keyname|note=Unbinds a bound key (resets it to default).}}
:Note: Chord keys (ALT, SHIFT, CTRL) are the only keys that can be added to create key combinations. You cannot create a key combo of 'NUMPAD1+RBUTTON'.}}


'''/unbind''' removes a key binding and resets the key's action back to its default setting. It is equivalent to '''/[[bind]]''' <i>trigger</i> "nop" (nop is an abbreviation for "no operation").
* '''/unbind''' removes a custom key binding and resets the key's action back to its [[Keybind Profiles|default keybind]]. If the default action is not desired, use: <code>/bind <keyname> "{{bindcommand|nop}}"</code> instead.
* '''''Keyname''''' is a key or key combination, such as 'H' and 'LSHIFT+H'. See [[List of Key Names]] for a... list of key names. Chord keys (ALT, SHIFT, CTRL) are the only keys that can be added to create key combinations. You cannot create a key combo of 'NUMPAD1+RBUTTON', but 'SHIFT+RBUTTON' will work.


== See Also ==
 
* [[The Incomplete and Unofficial Guide to /bind]]
==Example==
* {{slashcommand|bind|trigger "command"}}
/unbind SHIFT+K
 
 
{{Navbox Binds}}
[[Category:Bind Commands]]
[[Category:Slash Commands]]

Latest revision as of 04:47, 15 October 2024

Slash Command

/unbind keyname

Unbinds a bound key (resets it to default).

  • /unbind removes a custom key binding and resets the key's action back to its default keybind. If the default action is not desired, use: /bind <keyname> "nop" instead.
  • Keyname is a key or key combination, such as 'H' and 'LSHIFT+H'. See List of Key Names for a... list of key names. Chord keys (ALT, SHIFT, CTRL) are the only keys that can be added to create key combinations. You cannot create a key combo of 'NUMPAD1+RBUTTON', but 'SHIFT+RBUTTON' will work.


Example

/unbind SHIFT+K