Skip to content

ui_key_cap_rendering

Since: Version 20240203-110809-5046fc22

The functionality described in this section requires version 20240203-110809-5046fc22 of wezterm, or a more recent version.

Controls how keyboard shortcuts are rendered in the Command Palette.

Possible values are:

  • "UnixLong" - Super, Meta, Ctrl, Shift.
  • "Emacs" - Super, M, C, S.
  • "AppleSymbols" - use macOS style symbols for Command, Option and so on.
  • "WindowsLong" - Win, Alt, Ctrl, Shift.
  • "WindowsSymbols" - like WindowsLong but using a logo for the Win key.

The default is a platform-appropriate value.