Fix redo key binding
This commit is contained in:
parent
5a8dfa2fcc
commit
9da0b4575e
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
bind!([Ctrl], Key::Character("o".into()), OpenFileDialog);
|
||||
bind!([Ctrl, Shift], Key::Character("O".into()), OpenProjectDialog);
|
||||
bind!([Ctrl], Key::Character("q".into()), Quit);
|
||||
bind!([Ctrl, Shift], Key::Character("z".into()), Redo);
|
||||
bind!([Ctrl, Shift], Key::Character("Z".into()), Redo);
|
||||
bind!([Ctrl], Key::Character("s".into()), Save);
|
||||
bind!([Ctrl], Key::Character("a".into()), SelectAll);
|
||||
bind!([Ctrl], Key::Character("1".into()), TabActivate0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue