Skip to content

Commit

Permalink
def: Add key binding for creating new windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Jul 5, 2024
1 parent 8da6091 commit f320d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/celluloid-def.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Alt+2 set window-scale 2.0",\
"Ctrl+o script-message celluloid-action win.show-open-dialog((false, false))",\
"Ctrl+l script-message celluloid-action win.show-open-location-dialog(false)",\
"Ctrl+n script-message celluloid-action app.new-window",\
"Ctrl+Shift+o script-message celluloid-action win.show-open-dialog((false, true))",\
"Ctrl+Shift+l script-message celluloid-action win.show-open-location-dialog(true)",\
"Ctrl+Shift+s script-message celluloid-action win.save-playlist",\
Expand Down

0 comments on commit f320d73

Please sign in to comment.