Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
when will this be?
A majority of us like me use a mouse in the left hand.
Most people (like me) wont bother to create an Autohotkey script to emulate rebinding.
Lets not forget the many righthanders that hate WASD
Please dont tell me I can WASD with a righthand because trying to hit spacebar with pinky is a PITA.
yeah im waiting for the keybinds too, its a hassle atm using default keys!
it is in next update!
10% of the population is left handed. 90% is right handed. If we were 50% then all stuff would have options for both. Which sadly is often not the case.
I too will wait till that update hit, its impossible for me to play with WASD.
(for arrow users)
F12::Suspend ; SUSPEND / ACTIVATE Script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#MaxHotkeysPerInterval 10000
#UseHook
#IfWinActive, ahk_class UnityWndClass
w ; Forward
a ; Left
s ; Back
d ; Right
RShift::space ; Jump / Stand up
End::LShift ; Run
BS::z ; Lie down
LCtrl::x ; Crouch
x::c ; Squat
n::v ; Sit down
Numpad6::b ; Surrender
; F1 ; Welcome
; F2 ; Hint
; F3 ; FAQ
Numpad5; F4 ; Mask on face
; mouse wheel ; Change camera
; LALT + mouse ; View character
Enter::f ; Interaction
Numpad4::l ; Flashlight / headlamp
; 1 ; Primary weapon 1
; 2 ; Primary weapon 2
; 3 ; Additional weapon
NumpadSub::Backspace ; Remove weapon
Numpad1::r ; Reload
NumpadDiv::e ; Count cartridges
; RMB ; Aim
; MMB ; Aim type
; LMB ; Strike / Shoot
NumpadMult::LCTRL ; Shooting mode
F6::t ; Voice communication
; ESC ; Pause / Close / Cancel
Numpad7::i / TAB ; Inventory
Home::m ; Map
Numpad9::p ; List of playeres
PgUp::j ; Active quests
Insert::k ; Skills
k::RCTRL ; Show / hide chat
j::ENTER ; Write in chat
#IfWinActive