AutoYADM commit: 2024-11-15 00:15:02

This commit is contained in:
Daniel Fichtinger 2024-11-15 00:15:02 -05:00
parent 3774ed09e2
commit 700e498a25

View file

@ -146,10 +146,10 @@ keybinds clear-defaults=true {
// bind "Alt down" { MoveFocus "down"; }
// bind "Alt up" { MoveFocus "up"; }
// bind "Alt right" { MoveFocusOrTab "right"; }
bind "Alt m" { MoveFocusOrTab "left"; }
bind "Alt m" { MoveFocus "left"; }
bind "Alt n" { MoveFocus "down"; }
bind "Alt e" { MoveFocus "up"; }
bind "Alt i" { MoveFocusOrTab "right"; }
bind "Alt i" { MoveFocus "right"; }
bind "Shift Alt m" { MovePane "left"; }
bind "Shift Alt n" { MovePane "down"; }
bind "Shift Alt e" { MovePane "up"; }