# ShowLauncher Activate the [Launcher Menu](../../launch.md#the-launcher-menu) in the current tab. ```lua return { keys = { {key="l", mods="ALT", action="ShowLauncher"}, } } ```