diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-08-07 10:56:12 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-08-07 10:56:12 +0200 |
commit | 5214a95dcc304ff673adae6ae8be471c3e3bf4bf (patch) | |
tree | 9697047774ce21ff0fbde4eb31d92f9d55f0a261 /plugins | |
parent | Move SubWindow to src/subwindow (diff) | |
download | smolbote-5214a95dcc304ff673adae6ae8be471c3e3bf4bf.tar.xz |
Add move tab left/right shortcut
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ProfileEditor/ProfileEditor.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProfileEditor/ProfileEditor.json b/plugins/ProfileEditor/ProfileEditor.json index 504eea4..8381e9a 100644 --- a/plugins/ProfileEditor/ProfileEditor.json +++ b/plugins/ProfileEditor/ProfileEditor.json @@ -1,5 +1,5 @@ { "name": "Profile Editor", "author": "Aqua-sama", - "shortcut": "Ctrl+Shift+P" + "shortcut": "Ctrl+Shift+E" } |