Skip to content

Commit

Permalink
add ctrl+shift+s for save & close
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Jan 25, 2025
1 parent 26892bb commit 67e634d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function form(Form $form): Form
->label('Save & Close')
->authorize(fn () => auth()->user()->can(Permission::ACTION_FILE_UPDATE, $server))
->icon('tabler-device-floppy')
->keyBindings('mod+shift+f')
->action(function (DaemonFileRepository $fileRepository) use ($server) {
$data = $this->form->getState();

Expand Down

0 comments on commit 67e634d

Please sign in to comment.