diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-15 21:55:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-15 21:55:03 +0300 |
commit | 5582bde76b7c31275ae8e833e768ee52f2f11f48 (patch) | |
tree | 7670190806d4653d4b7239f5adfc7de0ce34cfb2 /src/manifest.json | |
parent | Added a shortcut for chaning instance ALT+SHIFT+L #112 (diff) | |
download | libredirect-5582bde76b7c31275ae8e833e768ee52f2f11f48.zip |
Implemented changeInstance shortcut in a different way #112
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json index 6d36be6c..c261e221 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -45,5 +45,13 @@ "encoding": "UTF-8", "is_default": false } + }, + "commands": { + "changeInstance": { + "suggested_key": { + "default": "Alt+Shift+L" + }, + "description": "Change Instance" + } } } \ No newline at end of file |