Skip to content

Commit accd80e

Browse files
committed
Fix shortcut clash
1 parent 34ba8fb commit accd80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace Scratch {
208208
action_accelerators.set (ACTION_FIND_GLOBAL + "::", "<Control><shift>f");
209209
action_accelerators.set (ACTION_OPEN, "<Control>o");
210210
action_accelerators.set (ACTION_OPEN_FOLDER, "<Control><Shift>o");
211-
action_accelerators.set (ACTION_REVERT, "<Control><shift>o");
211+
action_accelerators.set (ACTION_REVERT, "<Control><shift>r");
212212
action_accelerators.set (ACTION_SAVE, "<Control>s");
213213
action_accelerators.set (ACTION_SAVE_AS, "<Control><shift>s");
214214
action_accelerators.set (ACTION_GO_TO, "<Control>i");

0 commit comments

Comments
 (0)