From 120a3928a8613508756d0dbe7add3f07fd40956b Mon Sep 17 00:00:00 2001 From: lemurra_microsoft Date: Thu, 30 Jan 2025 12:17:18 +0000 Subject: [PATCH] Add keyboard tab icon and update mapping.json --- src/icons/keyboard-tab.svg | 4 ++++ src/template/mapping.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/icons/keyboard-tab.svg diff --git a/src/icons/keyboard-tab.svg b/src/icons/keyboard-tab.svg new file mode 100644 index 0000000..4ec8eee --- /dev/null +++ b/src/icons/keyboard-tab.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/template/mapping.json b/src/template/mapping.json index 5e77963..fe9adf4 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -575,5 +575,6 @@ "copilot-warning": 60472, "python": 60473, "copilot-large": 60474, - "copilot-warning-large": 60475 + "copilot-warning-large": 60475, + "keyboard-tab": 60476 } \ No newline at end of file