From 9870188ee476eb36c4028059eaa40c757a132ab6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 27 Jul 2025 11:35:22 -0500 Subject: [PATCH] update shortcuts --- .../v1/custom | 160 ++++++++++++++++-- 1 file changed, 150 insertions(+), 10 deletions(-) diff --git a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom index ce9fd59..480625a 100644 --- a/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom +++ b/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom @@ -1,32 +1,172 @@ { - ( - modifiers: [ - Super, - ], - key: "n", - description: Some("New Session"), - ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""), ( modifiers: [ Super, Shift, ], - key: "n", - description: Some("New Goland Session"), - ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh goland-new\""), + key: "7", + ): Disable, + ( + modifiers: [ + Super, + Ctrl, + ], + key: "0", + ): MoveToLastWorkspace, + ( + modifiers: [ + Super, + Ctrl, + ], + key: "2", + ): MoveToWorkspace(2), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "8", + ): MoveToWorkspace(8), ( modifiers: [], key: "Print", ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "1", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "5", + ): Disable, ( modifiers: [ Super, ], key: "p", ): System(Screenshot), + ( + modifiers: [ + Super, + Shift, + ], + key: "4", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "3", + ): Disable, ( modifiers: [ Super, ], ): System(Launcher), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "5", + ): MoveToWorkspace(5), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "7", + ): MoveToWorkspace(7), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "6", + ): MoveToWorkspace(6), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "1", + ): MoveToWorkspace(1), + ( + modifiers: [ + Super, + Shift, + ], + key: "2", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "6", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "8", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "0", + ): Disable, + ( + modifiers: [ + Super, + Shift, + ], + key: "9", + ): Disable, + ( + modifiers: [ + Super, + Ctrl, + ], + key: "3", + ): MoveToWorkspace(3), + ( + modifiers: [ + Super, + Shift, + ], + key: "n", + description: Some("New Goland Session"), + ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh goland-new\""), + ( + modifiers: [ + Super, + ], + key: "n", + description: Some("New Session"), + ): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "4", + ): MoveToWorkspace(4), + ( + modifiers: [ + Super, + Ctrl, + ], + key: "9", + ): MoveToWorkspace(9), } \ No newline at end of file