From 0365b3c4a4564e24f8d0685c867483fe4055b94e Mon Sep 17 00:00:00 2001 From: nyncral Date: Thu, 18 Jan 2024 17:01:28 +0100 Subject: [PATCH] default keybinding --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 219dbd6..244a015 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "command": "dwm-git-simpleuse.helloWorld", "title": "HelloWorld23" } + ], + "keybindings": [ + { + "command": "dwm-git-simpleuse.helloWorld", + "key": "ctrl+alt+r", + "mac": "cmd+alt+r" + } ] }, "scripts": {