1 2 3 4 5 6 7 8
/// Determines the macOS option key behavior. See the config /// `macos-option-as-alt` for a lot more details. pub const OptionAsAlt = enum(c_int) { false, true, left, right, };