mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 20:46:16 +08:00
Fix typo in keyboard shortcuts modal (#751)
This commit is contained in:
parent
2795e8aad1
commit
2fe9ca73c7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue