Skip to content

Conversation

@kshitij10496
Copy link

  • Defines a surface level binding action for toggling the usage of Opt key on macOS as Alt.
  • Use cmd + opt + o as the default keyboard binding (similar to Terminal.app).

This is my first PR with Zig so please let me know if there is room to adopt idiomatic patterns.

Refers #2520

AI Assistance Disclosure: Claude Code assisted me in understanding the codebase. But I wrote the code myself manually without any AI Agents.

@kshitij10496 kshitij10496 requested a review from a team as a code owner November 18, 2025 19:46
mouse_shift_capture: configpkg.MouseShiftCapture,
macos_non_native_fullscreen: configpkg.NonNativeFullscreen,
macos_option_as_alt: ?input.OptionAsAlt,
macos_option_as_alt_original: ?input.OptionAsAlt,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to learn if there is a better way to store the "original" state before the user triggers the binding action. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant