mirror of
https://github.com/diva/OnLook.git
synced 2026-08-14 00:58:01 +00:00
[OnLook] Touch ups to camera keys.
Fixes crouching instead of panning down Adds Alt-camming support, arrows and pgup/dn with alt held makes camming on camera focus nice.
This commit is contained in:
@@ -21,21 +21,21 @@ THIRD_PERSON D NONE pan_right
|
||||
THIRD_PERSON W NONE pan_in
|
||||
THIRD_PERSON S NONE pan_out
|
||||
THIRD_PERSON E NONE pan_up
|
||||
THIRD_PERSON C NONE push_down
|
||||
THIRD_PERSON C NONE pan_down
|
||||
|
||||
THIRD_PERSON LEFT NONE pan_left
|
||||
THIRD_PERSON RIGHT NONE pan_right
|
||||
THIRD_PERSON UP NONE pan_in
|
||||
THIRD_PERSON DOWN NONE pan_out
|
||||
THIRD_PERSON PGUP NONE pan_up
|
||||
THIRD_PERSON PGDN NONE push_down
|
||||
THIRD_PERSON PGDN NONE pan_down
|
||||
|
||||
THIRD_PERSON PAD_LEFT NONE pan_left
|
||||
THIRD_PERSON PAD_RIGHT NONE pan_right
|
||||
THIRD_PERSON PAD_UP NONE pan_in
|
||||
THIRD_PERSON PAD_DOWN NONE pan_out
|
||||
THIRD_PERSON PAD_PGUP NONE pan_up
|
||||
THIRD_PERSON PAD_PGDN NONE push_down
|
||||
THIRD_PERSON PAD_PGDN NONE pan_down
|
||||
|
||||
# Camera spins with shift
|
||||
THIRD_PERSON A SHIFT spin_around_cw
|
||||
@@ -59,3 +59,24 @@ THIRD_PERSON PAD_DOWN SHIFT spin_under
|
||||
THIRD_PERSON PAD_PGUP SHIFT spin_over
|
||||
THIRD_PERSON PAD_PGDN SHIFT spin_under
|
||||
|
||||
# Camera works with focus on alt
|
||||
THIRD_PERSON LEFT ALT spin_around_cw
|
||||
THIRD_PERSON RIGHT ALT spin_around_ccw
|
||||
THIRD_PERSON UP ALT move_forward
|
||||
THIRD_PERSON DOWN ALT move_backward
|
||||
THIRD_PERSON PGUP ALT spin_over
|
||||
THIRD_PERSON PGDN ALT spin_under
|
||||
|
||||
THIRD_PERSON A ALT spin_around_cw
|
||||
THIRD_PERSON D ALT spin_around_ccw
|
||||
THIRD_PERSON W ALT move_forward
|
||||
THIRD_PERSON S ALT move_backward
|
||||
THIRD_PERSON E ALT spin_over
|
||||
THIRD_PERSON C ALT spin_under
|
||||
|
||||
THIRD_PERSON PAD_LEFT ALT spin_around_cw
|
||||
THIRD_PERSON PAD_RIGHT ALT spin_around_ccw
|
||||
THIRD_PERSON PAD_UP ALT move_forward
|
||||
THIRD_PERSON PAD_DOWN ALT move_backward
|
||||
THIRD_PERSON PAD_PGUP ALT spin_over
|
||||
THIRD_PERSON PAD_PGDN ALT spin_under
|
||||
|
||||
@@ -21,21 +21,21 @@ THIRD_PERSON D NONE pan_right
|
||||
THIRD_PERSON Z NONE pan_in
|
||||
THIRD_PERSON S NONE pan_out
|
||||
THIRD_PERSON E NONE pan_up
|
||||
THIRD_PERSON C NONE push_down
|
||||
THIRD_PERSON C NONE pan_down
|
||||
|
||||
THIRD_PERSON LEFT NONE pan_left
|
||||
THIRD_PERSON RIGHT NONE pan_right
|
||||
THIRD_PERSON UP NONE pan_in
|
||||
THIRD_PERSON DOWN NONE pan_out
|
||||
THIRD_PERSON PGUP NONE pan_up
|
||||
THIRD_PERSON PGDN NONE push_down
|
||||
THIRD_PERSON PGDN NONE pan_down
|
||||
|
||||
THIRD_PERSON PAD_LEFT NONE pan_left
|
||||
THIRD_PERSON PAD_RIGHT NONE pan_right
|
||||
THIRD_PERSON PAD_UP NONE pan_in
|
||||
THIRD_PERSON PAD_DOWN NONE pan_out
|
||||
THIRD_PERSON PAD_PGUP NONE pan_up
|
||||
THIRD_PERSON PAD_PGDN NONE push_down
|
||||
THIRD_PERSON PAD_PGDN NONE pan_down
|
||||
|
||||
# Camera spins with shift
|
||||
THIRD_PERSON Q SHIFT spin_around_cw
|
||||
@@ -59,3 +59,24 @@ THIRD_PERSON PAD_DOWN SHIFT spin_under
|
||||
THIRD_PERSON PAD_PGUP SHIFT spin_over
|
||||
THIRD_PERSON PAD_PGDN SHIFT spin_under
|
||||
|
||||
# Camera works with focus on alt
|
||||
THIRD_PERSON LEFT ALT spin_around_cw
|
||||
THIRD_PERSON RIGHT ALT spin_around_ccw
|
||||
THIRD_PERSON UP ALT move_forward
|
||||
THIRD_PERSON DOWN ALT move_backward
|
||||
THIRD_PERSON PGUP ALT spin_over
|
||||
THIRD_PERSON PGDN ALT spin_under
|
||||
|
||||
THIRD_PERSON Q ALT spin_around_cw
|
||||
THIRD_PERSON D ALT spin_around_ccw
|
||||
THIRD_PERSON Z ALT move_forward
|
||||
THIRD_PERSON S ALT move_backward
|
||||
THIRD_PERSON E ALT spin_over
|
||||
THIRD_PERSON C ALT spin_under
|
||||
|
||||
THIRD_PERSON PAD_LEFT ALT spin_around_cw
|
||||
THIRD_PERSON PAD_RIGHT ALT spin_around_ccw
|
||||
THIRD_PERSON PAD_UP ALT move_forward
|
||||
THIRD_PERSON PAD_DOWN ALT move_backward
|
||||
THIRD_PERSON PAD_PGUP ALT spin_over
|
||||
THIRD_PERSON PAD_PGDN ALT spin_under
|
||||
|
||||
Reference in New Issue
Block a user