Skip to content

Conversation

@tcatlas
Copy link
Collaborator

@tcatlas tcatlas commented Dec 15, 2025

πŸ“‹ Description

Adds support for interpreting the ⌘/CMD/Meta key as CTRL on macOS and correctly displays the keybind in the UI. I opted to treat the CMD key this way since keybinds are synced at the server and treating them separately would impact cross-platform compatibilty. One thing to note, however, is keybinds that are set by the user using the CMD key are not treated as a CTRL keybind, so if the user desires to maintain cross-platform compatibilty, they should define keybinds using the CTRL key.

This change may require the user to reset keybinds to work correctly. Tested working on Windows and macOS.

πŸš€ Changes made to ...

  • πŸ”§ Server
  • πŸ–₯️ Client
  • πŸ“š Documentation
  • πŸ”„ Other: ___

βœ… Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have looked for similar pull requests in the repository and found none

πŸ”— Related Issues

Fixes #882

Treat CMD as CTRL and display properly
@gnmyt gnmyt added this to the Release 1.0.7 milestone Dec 16, 2025
@gnmyt gnmyt added the enhancement New feature or request label Dec 16, 2025
@gnmyt
Copy link
Owner

gnmyt commented Dec 17, 2025

Thanks again for your contribution! I couldn't test this directly since I don't own any Mac hardware but the code looks good to me.

@gnmyt gnmyt merged commit 34bf505 into gnmyt:main Dec 17, 2025
1 check passed
@tcatlas tcatlas deleted the patch-2 branch December 23, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Use Cmd key instead of Ctrl on macOS

2 participants