From ec8af2ee4c8d3032982eb36939626fe3c85bfbb8 Mon Sep 17 00:00:00 2001 From: Vyacheslav Dubovitsky Date: Thu, 12 Oct 2017 17:29:01 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fe43e..ef6281d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,10 @@ Access these menu items manually through app menu and Keys should show it proper #### — Keys conflicts with other plugins that using earlier Swift versions. Is there a way to fix it? Unfortunately, there isn't. In simple terms, there's no capability between different Swift versions right now so it may produce an errors at runtime. -But it's not really a big deal. Firstly, the Swift team has already announced that ABI capability feature is planned for the next major Swift release and this is the first priority right now. Secondly, plugins can't conflict each other while the latest available Swift version is used for both of them. And requesting an author for an update may be a good temporary solution for this problem. +But it's not really a big deal. Firstly, the Swift team has already announced that ABI capability feature is planned for the next major Swift release and this is the first priority right now. Secondly, plugins can't conflict each other while the latest available Swift version is used for both of them. And requesting author for an update may be a good temporary solution for this problem. + +#### — Why I can't remove default shortcut from menu item? +Since Keys plugin is wrapping a default System Preferences shortcut assignment flow it follow the same rules. So any default shortcut are constant until you either replace it with your own or use the same combination for another menu item. #### — My issue isn't listed here. What now? Please check the [open issues list](https://github.com/exevil/Keys-For-Sketch/issues) and feel free to create a new one if you don't see your problem there. From 5e4d9be1e86dfa34416365fc3e8856341baf62b0 Mon Sep 17 00:00:00 2001 From: Vyacheslav Dubovitsky Date: Thu, 12 Oct 2017 17:30:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef6281d..5bb09de 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Unfortunately, there isn't. In simple terms, there's no capability between diffe But it's not really a big deal. Firstly, the Swift team has already announced that ABI capability feature is planned for the next major Swift release and this is the first priority right now. Secondly, plugins can't conflict each other while the latest available Swift version is used for both of them. And requesting author for an update may be a good temporary solution for this problem. -#### — Why I can't remove default shortcut from menu item? -Since Keys plugin is wrapping a default System Preferences shortcut assignment flow it follow the same rules. So any default shortcut are constant until you either replace it with your own or use the same combination for another menu item. +#### — Why I can't remove default shortcut from a menu item? +Since Keys plugin is wrapping a default System Preferences shortcut assignment flow it follows the same rules. So any default shortcut are constant until you either replace it with your own or use the same combination for another menu item. #### — My issue isn't listed here. What now? Please check the [open issues list](https://github.com/exevil/Keys-For-Sketch/issues) and feel free to create a new one if you don't see your problem there.