AutoYADM commit: 2024-11-15 00:15:02
This commit is contained in:
parent
3774ed09e2
commit
700e498a25
1 changed files with 2 additions and 2 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue