mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-05-30 18:02:41 +02:00
Key bind set key now falls under the keylock
This commit is contained in:
+5
-5
@@ -1719,17 +1719,17 @@ function RunControlManager()
|
||||
if ( IsDisabledControlJustPressed( 1, CONFIG.keys[keyType].plate_rear_lock ) ) then
|
||||
READER:LockCam( "rear", true, false )
|
||||
end
|
||||
|
||||
-- Toggles between the keybind types
|
||||
if ( IsDisabledControlJustPressed( 1, CONFIG.keys.switch_keys ) ) then
|
||||
RADAR:ToggleFullKeyboard()
|
||||
end
|
||||
end
|
||||
|
||||
-- Toggles the key lock state
|
||||
if ( IsDisabledControlJustPressed( 1, CONFIG.keys.key_lock ) ) then
|
||||
RADAR:ToggleKeyLock()
|
||||
end
|
||||
|
||||
-- Toggles between the keybind types
|
||||
if ( IsDisabledControlJustPressed( 1, CONFIG.keys.switch_keys ) ) then
|
||||
RADAR:ToggleFullKeyboard()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user