Show bindings in menu, finish #26
This commit is contained in:
parent
ff06e6105d
commit
834a385235
4 changed files with 57 additions and 34 deletions
|
|
@ -56,6 +56,8 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
bind!([Ctrl, Shift], A, SelectAll);
|
||||
bind!([Ctrl, Shift], C, Copy);
|
||||
bind!([Ctrl, Shift], F, Find);
|
||||
bind!([Ctrl, Shift], N, WindowNew);
|
||||
bind!([Ctrl, Shift], Q, WindowClose);
|
||||
bind!([Ctrl, Shift], T, TabNew);
|
||||
bind!([Ctrl, Shift], V, Paste);
|
||||
bind!([Ctrl, Shift], W, TabClose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue