Skip to content

Commit

Permalink
Add Cmd+Z/Cmd+Shift+Z as Undo/Redo keybindings.
Browse files Browse the repository at this point in the history
I'm always annoyed these are missing on a new install.
  • Loading branch information
OscarL committed Dec 20, 2024
1 parent 3d0d4c3 commit a9c8807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Bindings.r
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ resource rtyp_Bind (rid_Bind_EditMenu, "Bindings for edit menu") {
Cmd, 0x78, 0, 0, 'CCUT',
Cmd|Shift, 0x78, 0, 0, msg_CutAppend,
Cmd|Shift, 0x79, 0, 0, msg_Redo,
Cmd, 0x79, 0, 0, msg_Undo
Cmd, 0x79, 0, 0, msg_Undo,
Cmd|Shift, 0x7a, 0, 0, msg_Redo,
Cmd, 0x7a, 0, 0, msg_Undo
}
};

Expand Down

0 comments on commit a9c8807

Please sign in to comment.