mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #2157 from injust/patch-1
config: document left/right values for `macos-option-as-alt`
This commit is contained in:
@ -1317,6 +1317,9 @@ keybind: Keybinds = .{},
|
||||
/// `false` to restore the macOS *Alt* key unicode sequences but this will break
|
||||
/// terminal sequences expecting *Alt* to work.
|
||||
///
|
||||
/// The values `left` or `right` enable this for the left or right *Option*
|
||||
/// key, respectively.
|
||||
///
|
||||
/// Note that if an *Option*-sequence doesn't produce a printable character, it
|
||||
/// will be treated as *Alt* regardless of this setting. (i.e. `alt+ctrl+a`).
|
||||
///
|
||||
|
Reference in New Issue
Block a user