You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting allows a user to configure the modifier key that is used to copy the command signature to clipboard, when the said modifier key is held while selecting a command.
85
+
86
+
For a list of valid modifier key values, see https://www.sublimetext.com/docs/api_reference.html#type-event_dict
87
+
88
+
The default value for this setting is `"ctrl"`.
89
+
82
90
### Key bindings.
83
91
84
-
This package just ships with one key binding to make it easier to open the core commands documentation panel. The key binding is <kbd>ctrl + shift + c, ctrl + shift + d</kbd>
92
+
This package just ships with one key binding to make it easier to open the core commands documentation panel (If it exists). The key binding for that is <kbd>ctrl + shift + c, ctrl + shift + d</kbd>
85
93
86
94
### Discussions
87
95
@@ -91,7 +99,7 @@ Since plugin based commands are specific to plugin/package, it's best to ask the
91
99
92
100
### Issues & feature requests
93
101
94
-
Please use the issues and feature requests template whenever filling an issue/feature request so as to stay as organised as possible.
102
+
Please use the issues and feature requests template, whenever filing an issue/feature request, so as to stay as organised as possible.
0 commit comments