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

crow app doesn't react on keyboard shortcuts on MacOS #605

Open
tolikkostin opened this issue Aug 24, 2023 · 2 comments
Open

crow app doesn't react on keyboard shortcuts on MacOS #605

tolikkostin opened this issue Aug 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@tolikkostin
Copy link

tolikkostin commented Aug 24, 2023

Bug description
crow app doesn't react on keyboard shortcuts on MacOS

Steps to reproduce

  1. Clone git repo from master branch
  2. Install dependencies for build with brew
     ## Install all the dependencies
    brew install qt5
    brew install extra-cmake-modules
    brew install dbus
    
    ## Clone the project
    git clone git@github.com:crow-translate/crow-translate.
    
    ## Activate all submodules
    git submodule update --init --recursive
    
    ## Set path for QT
    export Qt5_DIR="/opt/homebrew/Cellar/qt@5/5.15.10/lib/cmake/Qt5"
    
    ## Build the app
    mkdir build
    cd build
    cmake ..
    cmake --build .
  3. Start dbus service

Expected behavior
When select text and then press ⌥⌘E notification or pop-up window should be raised

Screenshots
Screenshot 2023-08-24 at 12 37 27
Screenshot 2023-08-24 at 12 37 41

Environment

  • OS: MacOS 13.5
  • Desktop environment: MacOS
  • Crow Translate version: 2.10.6

Additional context

@tolikkostin tolikkostin added the bug Something isn't working label Aug 24, 2023
@82d
Copy link

82d commented Feb 12, 2024

version for FreeBSD Xorg from packages. also does not translate the selected text, either in the pop-up window or in the main window by pressing hot keys.

@Shatur
Copy link
Member

Shatur commented Feb 12, 2024

While it can be compiled on MacOS, I don't explicitly support it because I don't have the hardware.
But PRs to fix the compatibility are welcome, I will be happy to accept them.

Ping @gasinvein, as he the author of #569.

I suspect that the problem in the https://github.com/Skycoder42/QHotkey library I use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants