diff --git a/lib/livebook_web/live/session_live/shortcuts_component.ex b/lib/livebook_web/live/session_live/shortcuts_component.ex index 8e6878a96..2898cca44 100644 --- a/lib/livebook_web/live/session_live/shortcuts_component.ex +++ b/lib/livebook_web/live/session_live/shortcuts_component.ex @@ -6,7 +6,11 @@ defmodule LivebookWeb.SessionLive.ShortcutsComponent do %{seq: ["esc"], desc: "Switch back to navigation mode"}, %{seq: ["ctrl", "↵"], desc: "Evaluate cell and stay in insert mode"}, %{seq: ["tab"], desc: "Autocomplete expression when applicable"}, - %{seq: ["ctrl", "␣"], desc: "Show completion list, use twice for details"} + %{ + seq: ["ctrl", "␣"], + transform_for_mac: false, + desc: "Show completion list, use twice for details" + } ], navigation_mode: [ %{seq: ["?"], desc: "Open this help modal"}, @@ -88,7 +92,7 @@ defmodule LivebookWeb.SessionLive.ShortcutsComponent do <%= for shortcut <- @shortcuts do %>