Godot 3.0 was before the input rework that landed in 3.1, which did not have unified deadzone handling for controller inputs.
If you are looking to get keyboard input, use Input.is_action_pressed()
(with actions) or Input.is_key_pressed()
(with hardcoded keys).
PS: Which macOS version are you using?