Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 96f6ad6

Browse files
committed
Fix #458: Shortcut for 'Reformat code' breaks the '@' symbol on Turkish keyboard layouts. Shortcut has been changed to Ctrl+Shift+I.
1 parent 14464bd commit 96f6ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@
20812081
class = "ICSharpCode.SharpDevelop.Editor.Commands.IndentSelection" />
20822082
<MenuItem id = "Reformat"
20832083
label = "Reformat"
2084-
shortcut = "Control|Alt|F"
2084+
shortcut = "Control|Shift|I"
20852085
class = "ICSharpCode.SharpDevelop.Editor.Commands.ReformatSelection" />
20862086
</Path>
20872087

0 commit comments

Comments
 (0)