Skip to content

Commit

Permalink
moved tools from z to lishift
Browse files Browse the repository at this point in the history
  • Loading branch information
slava998 committed Mar 14, 2024
1 parent 9bd524c commit 253af05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Entities/Human/Human.as
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void PlayerControls(CBlob@ this)
{
CHUD@ hud = getHUD();
CControls@ controls = getControls();
const bool toolsKey = controls.isKeyJustPressed(KEY_KEY_Z);
const bool toolsKey = controls.isKeyJustPressed(KEY_LSHIFT);

if (this.isAttached())
{
Expand Down
2 changes: 1 addition & 1 deletion Rules/Common/GameHelp.as
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void onRender(CRules@ this)
" [ " + action2_key + " ] "+Trans::Hold+" "+ Trans::FireGun+"\n"+
" [ MOUSE MIDDLE ] "+ Trans::Hold+" "+Trans::PointEmote+"\n"+
" [ " + zoomIn_key + " ], [ " + zoomOut_key + " ] "+ Trans::Zoom+"\n"+
" [ " + party_key + " ] "+ Trans::AccessTools+"\n"+
" [ LSHIFT ] "+ Trans::AccessTools+"\n"+
" [ " + map_key + " ] "+ Trans::ScaleCompass+"\n"+
" [ " + eat_key + " ] "+ Trans::Hold+" "+Trans::Strafe+"\n"+
" [ LCTRL ] "+Trans::RotateCamera+".";
Expand Down

0 comments on commit 253af05

Please sign in to comment.