diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 38b1677..134a2c3 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8'] alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10'] -alt-comma = 'focus-monitor prev' -alt-period = 'focus-monitor next' +alt-ctrl-comma = 'focus-monitor prev' +alt-ctrl-period = 'focus-monitor next' -alt-shift-comma = 'move-workspace-to-monitor prev' -alt-shift-period = 'move-workspace-to-monitor next' +alt-ctrl-shift-comma = 'move-workspace-to-monitor prev' +alt-ctrl-shift-period = 'move-workspace-to-monitor next' alt-shift-r = 'mode resize'