mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
c5213b4f85
added a new `ui_key_cap_rendering` option that accepts the following values: ```lua -- Super, Meta, Ctrl, Shift config.ui_key_cap_rendering = 'UnixLong' -- Super, M, C, S config.ui_key_cap_rendering = 'Emacs' -- Apple macOS style symbols config.ui_key_cap_rendering = 'AppleSymbols' -- Win, Alt, Ctrl, Shift config.ui_key_cap_rendering = 'WindowsLong' -- Like WindowsLong, but using a logo for the Win key config.ui_key_cap_rendering = 'WindowsSymbols' ``` refs: https://github.com/wez/wezterm/issues/3335 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |