mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
Revert "config: change macos-option-as-alt default to left"
This reverts commit 31b6833ea1b0871eaa25512bcc82e3037d427ee1.
This commit is contained in:
@ -1456,13 +1456,8 @@ keybind: Keybinds = .{},
|
||||
/// 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`).
|
||||
///
|
||||
/// The default value is `left`. This allows alt-based bindings to work
|
||||
/// with the left *Option* key while still allowing the right *Option* key
|
||||
/// to be used for Unicode input. This is a common setup for users of
|
||||
/// certain keyboard layouts.
|
||||
///
|
||||
/// This does not work with GLFW builds.
|
||||
@"macos-option-as-alt": OptionAsAlt = .left,
|
||||
@"macos-option-as-alt": OptionAsAlt = .false,
|
||||
|
||||
/// Whether to enable the macOS window shadow. The default value is true.
|
||||
/// With some window managers and window transparency settings, you may
|
||||
|
Reference in New Issue
Block a user