Browse Source

Fix #458: Shortcut for 'Reformat code' breaks the '@' symbol on Turkish keyboard layouts. Shortcut has been changed to Ctrl+Shift+I.

pull/470/head
Andreas Weizel 11 years ago
parent
commit
96f6ad6d93
  1. 2
      src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

2
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

@ -2081,7 +2081,7 @@ @@ -2081,7 +2081,7 @@
class = "ICSharpCode.SharpDevelop.Editor.Commands.IndentSelection" />
<MenuItem id = "Reformat"
label = "Reformat"
shortcut = "Control|Alt|F"
shortcut = "Control|Shift|I"
class = "ICSharpCode.SharpDevelop.Editor.Commands.ReformatSelection" />
</Path>

Loading…
Cancel
Save