Difference between revisions of "Talk:List of default keys"
TheGamerXym (talk | contribs) (→F1 Key Action: new section) |
ThiefKiller7 (talk | contribs) (→About actions that non-exist in game options.: new section) |
||
Line 12: | Line 12: | ||
The page says that the F1key currently has no function ingame, but that's not true. While in a server and not in any menu, if you press and hold F1, a small overlay will popup and you can change the current weapon you're holding in your loadout for next respawn or cabinet touch. | The page says that the F1key currently has no function ingame, but that's not true. While in a server and not in any menu, if you press and hold F1, a small overlay will popup and you can change the current weapon you're holding in your loadout for next respawn or cabinet touch. | ||
[[User:TheGamerXym|TheGamerXym]] ([[User talk:TheGamerXym|talk]]) 10:39, 4 June 2016 (PDT) | [[User:TheGamerXym|TheGamerXym]] ([[User talk:TheGamerXym|talk]]) 10:39, 4 June 2016 (PDT) | ||
+ | |||
+ | == About actions that non-exist in game options. == | ||
+ | |||
+ | {| class="wikitable grid" style="text-align: left" | ||
+ | ! class="header" | Action | ||
+ | ! class="header" | Key/Button | ||
+ | ! class="header" | Command | ||
+ | ! class="header" | Remarks | ||
+ | |- | ||
+ | | Call for a [[Medic]] | ||
+ | | {{Key|E}} | ||
+ | | <code id="TF_Call_For_Medic">voicemenu 0 0</code> | ||
+ | | | ||
+ | |- | ||
+ | | Party message | ||
+ | | {{Key|P}} | ||
+ | | <code>say_party</code> | ||
+ | | Text chat to players only on your party | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | <code>ESCAPE</code> | ||
+ | | <code>cancelselect</code> | ||
+ | | | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | <code>INS</code> | ||
+ | | <code>+klook</code> | ||
+ | | This command prevents you from being able to move forward with your keyboard. Use the <code>-klook</code> command to disable it. | ||
+ | |- | ||
+ | | Center view | ||
+ | | {{Key|End}} | ||
+ | | <code>centerview</code> | ||
+ | | Rarely used when mouselook is enabled | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | <code>PAUSE</code> | ||
+ | | <code>pause</code> | ||
+ | | | ||
+ | |- | ||
+ | | Strafe | ||
+ | | {{Key|Alt}} | ||
+ | | <code>+strafe</code> | ||
+ | | Moves on mouse movement, in addition to the movement keys. It is possible to move slower and more precisely doing this, although there is very little use to doing so in-game. | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | {{Key|F1}} | ||
+ | | <code>+showroundinfo</code> | ||
+ | | This command does not currently exist within the game. | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | {{Key|F9}} | ||
+ | | <code>vr_toggle</code> | ||
+ | | | ||
+ | |- | ||
+ | | {{common strings|n/a}} | ||
+ | | {{Key|F11}} | ||
+ | | <code>vr_reset_home_pos</code> | ||
+ | | | ||
+ | |- | ||
+ | | Toggle replay tips | ||
+ | | {{Key|F12}} | ||
+ | | <code>replay_togglereplaytips</code> | ||
+ | | May conflict with the default key for taking Steam screenshots. | ||
+ | |} | ||
+ | Should we complete and add it? --[[User:ThiefKiller7|ThiefKiller7]] ([[User talk:ThiefKiller7|talk]]) 03:35, 25 September 2020 (UTC) |
Latest revision as of 03:35, 25 September 2020
Contents
Vaccinator
I added to the table of the Class-Specific keys, but I don't know what the "command" is for the Vaccinator. According to its page, it's "MOUSE3". I added this in, but I assume the console command for said key is also "attack3", since that's what it is for "MOUSE2". If I'm wrong, please correct it. --Uknownada 13:08, 14 January 2013 (PST)
- Looks correct. Darkid (|) 15:57, 14 January 2013 (PST)
The "admire weapon" button
What's the button to make your in game view inspect their weapon when you have a fancy one equipped? I can't find it on this list. Guybrush20X6 (talk) 11:51, 20 December 2015 (PST)
F1 Key Action
The page says that the F1key currently has no function ingame, but that's not true. While in a server and not in any menu, if you press and hold F1, a small overlay will popup and you can change the current weapon you're holding in your loadout for next respawn or cabinet touch. TheGamerXym (talk) 10:39, 4 June 2016 (PDT)
About actions that non-exist in game options.
Action | Key/Button | Command | Remarks |
---|---|---|---|
Call for a Medic | E | voicemenu 0 0
|
|
Party message | P | say_party
|
Text chat to players only on your party |
N/A | ESCAPE
|
cancelselect
|
|
N/A | INS
|
+klook
|
This command prevents you from being able to move forward with your keyboard. Use the -klook command to disable it.
|
Center view | End | centerview
|
Rarely used when mouselook is enabled |
N/A | PAUSE
|
pause
|
|
Strafe | Alt | +strafe
|
Moves on mouse movement, in addition to the movement keys. It is possible to move slower and more precisely doing this, although there is very little use to doing so in-game. |
N/A | F1 | +showroundinfo
|
This command does not currently exist within the game. |
N/A | F9 | vr_toggle
|
|
N/A | F11 | vr_reset_home_pos
|
|
Toggle replay tips | F12 | replay_togglereplaytips
|
May conflict with the default key for taking Steam screenshots. |
Should we complete and add it? --ThiefKiller7 (talk) 03:35, 25 September 2020 (UTC)