Fix typo in keyboard shortcuts modal (#751)

This commit is contained in:
ryg-git 2021-12-05 17:20:28 +05:30 committed by GitHub
parent 2795e8aad1
commit 2fe9ca73c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ defmodule LivebookWeb.SessionLive.ShortcutsComponent do
desc: "Delete lines"
},
%{
seq: ["ctrl", "]"],
seq_mac: ["", "]"],
seq: ["ctrl", "["],
seq_mac: ["", "["],
press_all: true,
desc: "Indent lines"
},