unity-code-templates 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,15 +6,15 @@
6
6
  <binding command="MonoDevelop.Debugger.Soft.Unity.Commands.SearchReference" shortcut="Control+J" />
7
7
  <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow" shortcut="Alt+Meta+T" />
8
8
  <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ToggleBlockSelectionMode" shortcut="Meta+*" />
9
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockDown" shortcut="Shift+Meta+Down" />
10
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockUp" shortcut="Shift+Meta+Up" />
9
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockDown" shortcut="Control+Alt+Down" />
10
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockUp" shortcut="Control+Alt+Up" />
11
11
  <binding command="MonoDevelop.CSharp.ExpandCommands.ShrinkSelection" shortcut="Meta+-" />
12
12
  <binding command="MonoDevelop.CSharp.ExpandCommands.ExpandSelection" shortcut="Meta+=" />
13
13
  <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Meta+Y" />
14
14
  <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextSubword" shortcut="Alt+Delete" />
15
15
  <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevSubword" shortcut="Alt+BackSpace" />
16
- <binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Shift+Meta+Right" />
17
- <binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="Shift+Meta+Left" />
16
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+Alt+Right" />
17
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="Control+Alt+Left" />
18
18
  <binding command="MonoDevelop.SourceEditor.SourceEditorCommands.DynamicAbbrev" shortcut="Control+Shift+Space" />
19
19
  <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Meta+}" />
20
20
  <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Meta+{" />
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unity-code-templates
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Logan Barnett