From 75332148270e5fd531bb1a65251816a62d50ba88 Mon Sep 17 00:00:00 2001 From: Bishoy Hany <167128903+Bishoy-at-pieces@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:57:09 +0300 Subject: [PATCH] fix keybindings --- keybindings/Default (Linux).sublime-keymap | 13 ++++++------- keybindings/Default (OSX).sublime-keymap | 13 ++++++------- keybindings/Default (Windows).sublime-keymap | 13 ++++++------- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/keybindings/Default (Linux).sublime-keymap b/keybindings/Default (Linux).sublime-keymap index 3d8c97e..7d5d027 100644 --- a/keybindings/Default (Linux).sublime-keymap +++ b/keybindings/Default (Linux).sublime-keymap @@ -1,5 +1,4 @@ [ - // all Key Chords should begin with ctrl+p (for Pieces) { "command": "pieces_ask_question", // Ask copilot in the context menu to fix a bug "args": {"task": "fix"}, @@ -16,30 +15,30 @@ "keys": ["ctrl+shift+alt+c"] }, { - "keys": ["ctrl+p","ctrl+l"], // Pieces: Open Saved Material + "keys": ["ctrl+shift+p"], // Pieces: Open Saved Material "command": "pieces_list_assets" }, { - "keys": ["ctrl+p","ctrl+s"], // Pieces: Search + "keys": ["ctrl+shift+alt+s"], // Pieces: Search "command": "pieces_search" }, { - "keys": ["ctrl+p","ctrl+o"], // Pieces: Open Pieces OS + "keys": ["ctrl+shift+o"], // Pieces: Open Pieces OS "command": "pieces_open_pieces" }, { - "keys": ["ctrl+p","ctrl+c"], // Pieces: Manage Conversation Context + "keys": ["shift+alt+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, { - "keys": ["ctrl+p","ctrl+f"], // Pieces: Ask about the current file + "keys": ["ctrl+alt+f"], // Pieces: Ask about the current file "command": "pieces_ask_stream_about", "args": { "type": "file" } }, { - "keys": ["ctrl+p","ctrl+i"], // Pieces: Ask about the current project + "keys": ["ctrl+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about", "args": { "type": "folder" diff --git a/keybindings/Default (OSX).sublime-keymap b/keybindings/Default (OSX).sublime-keymap index 5f4e9b0..67628c4 100644 --- a/keybindings/Default (OSX).sublime-keymap +++ b/keybindings/Default (OSX).sublime-keymap @@ -1,5 +1,4 @@ [ - // all Key Chords should begin with command+p (for Pieces) { "command": "pieces_ask_question", // Ask copilot in the context menu to fix a bug "args": {"task": "fix"}, @@ -16,30 +15,30 @@ "keys": ["command+shift+option+c"] }, { - "keys": ["command+p","command+l"], // Pieces: Open Saved Material + "keys": ["command+shift+p"], // Pieces: Open Saved Material "command": "pieces_list_assets" }, { - "keys": ["command+p","command+s"], // Pieces: Search + "keys": ["command+shift+option+s"], // Pieces: Search "command": "pieces_search" }, { - "keys": ["command+p","command+o"], // Pieces: Open Pieces OS + "keys": ["command+shift+o"], // Pieces: Open Pieces OS "command": "pieces_open_pieces" }, { - "keys": ["command+p","command+c"], // Pieces: Manage Conversation Context + "keys": ["shift+option+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, { - "keys": ["command+p","command+f"], // Pieces: Ask about the current file + "keys": ["command+option+f"], // Pieces: Ask about the current file "command": "pieces_ask_stream_about", "args": { "type": "file" } }, { - "keys": ["command+p","command+i"], // Pieces: Ask about the current project + "keys": ["command+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about", "args": { "type": "folder" diff --git a/keybindings/Default (Windows).sublime-keymap b/keybindings/Default (Windows).sublime-keymap index 43e9889..7d5d027 100644 --- a/keybindings/Default (Windows).sublime-keymap +++ b/keybindings/Default (Windows).sublime-keymap @@ -1,5 +1,4 @@ [ - // all Key Chords should begin with ctr+p (for Pieces) { "command": "pieces_ask_question", // Ask copilot in the context menu to fix a bug "args": {"task": "fix"}, @@ -16,30 +15,30 @@ "keys": ["ctrl+shift+alt+c"] }, { - "keys": ["ctrl+p","ctrl+l"], // Pieces: Open Saved Material + "keys": ["ctrl+shift+p"], // Pieces: Open Saved Material "command": "pieces_list_assets" }, { - "keys": ["ctrl+p","ctrl+s"], // Pieces: Search + "keys": ["ctrl+shift+alt+s"], // Pieces: Search "command": "pieces_search" }, { - "keys": ["ctrl+p","ctrl+o"], // Pieces: Open Pieces OS + "keys": ["ctrl+shift+o"], // Pieces: Open Pieces OS "command": "pieces_open_pieces" }, { - "keys": ["ctrl+p","ctrl+c"], // Pieces: Manage Conversation Context + "keys": ["shift+alt+c"], // Pieces: Manage Conversation Context "command": "pieces_context_manager" }, { - "keys": ["ctrl+p","ctrl+f"], // Pieces: Ask about the current file + "keys": ["ctrl+alt+f"], // Pieces: Ask about the current file "command": "pieces_ask_stream_about", "args": { "type": "file" } }, { - "keys": ["ctrl+p","ctrl+i"], // Pieces: Ask about the current project + "keys": ["ctrl+shift+i"], // Pieces: Ask about the current project "command": "pieces_ask_stream_about", "args": { "type": "folder"