Skip to content

Commit ff192a8

Browse files
authored
Update README.md
1 parent 2e7a6c1 commit ff192a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@ On the [Releases](https://github.com/exevil/Keys-For-Sketch/releases) page.
5050
#### — How to restore default Sketch shortcuts?
5151
Use «Restore Default Shortcuts...» command from plugin menu. *It should remove any user shortcut data includinge one that defined directly in System Preferences.*
5252

53-
#### — How Keys will affect a custom shortcuts I defined earlier in System Preferences?
54-
Since Keys are using default system storage for shortcuts it shouldn't affect without additional user actions like «Restore Default Shortcuts...» command from plugin menu.
53+
#### — How Keys will affect custom shortcuts I defined earlier in System Preferences?
54+
Since Keys is using default system storage for shortcuts it shouldn't affect previously set shortcuts without additional user actions like «Restore Default Shortcuts...» command from plugin menu.
5555

56-
#### — Can't see my Keys shortcuts in System Preferences. Is something wrong?
57-
Since System Preferences caches shortcut values from storage once upon startup you need to completely relaunch it to get updated shortcut data there.
56+
#### — Can't see my Keys shortcuts in System Preferences. Is it something wrong?
57+
Since System Preferences caches shortcut values from storage once upon a startup you need to completely relaunch it to get updated shortcut data there.
5858

5959
#### — What happens with my custom shortcuts if I remove Keys?
60-
Nothing because all your shortcuts were defined in System Preferences.
60+
Nothing, because all your shortcuts were defined in System Preferences.
6161

6262
#### — I removed Keys and my custom shortcuts manually from System Preferences, but tools with single-character shortcuts (like Pencil or Vector) are still using previously defined values. How to reset it to defaults too?
6363
Since Sketch manages single character shortcuts by itself, you should delete `keyBindings.plist` from `~/Library/Application Support/com.bohemiancoding.sketch3/` folder and restart Sketch to return default tools shortcuts.
6464

6565
#### — Some menu items aren't shown in Keys. How to fix?
6666
Access these menu items manually through app menu and Keys should show it properly.
6767

68-
#### — Keys conflicts with other plugins that using earlier Swift versions. Is there a way to fix it?
68+
#### — Keys conflicts with other plugins that using earlier Swift versions. Is there any way to fix it?
6969
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.
7070

71-
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.
71+
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 all of them and requesting author for an update may be a good temporary solution for this problem.
7272

7373
#### — Why I can't remove default shortcut from a menu item?
7474
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.

0 commit comments

Comments
 (0)