Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix key handling for CTRL and CMD keys #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Fix key handling for CTRL and CMD keys

    Fixes corbt#12
    
    Update `performAction` and `runAgent` functions to handle 'ctrl' and 'cmd' keys for Mac OS.
    
    * **Key Mapping:**
      - Add 'ctrl' and 'cmd' keys to the `keyMap` in `performAction` function.
      - Map 'ctrl' to `Key.LeftControl` and 'cmd' to `Key.LeftSuper`.
    
    * **Mac OS Specific Logic:**
      - Add logic in `runAgent` function to replace 'ctrl' with 'cmd' for Mac OS.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/corbt/agent.exe/issues/12?shareId=XXXX-XXXX-XXXX-XXXX).
    chavan-arvind committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    be881c8 View commit details
    Browse the repository at this point in the history