-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot screenshot words on macOS #235
Comments
I checked the code and it looks like if we get Shift in combination with something else we ignore it but we don't do the reverse -- skip switching dictionaries if there are other keys pressed at the same time. |
@CYBAI This should hopefully be fixed when I release the next version. In the meantime, do you know there is the c shortcut you can use to copy an entry to the clipboard? |
Thanks!!!
ohhh, didn't know that! Thank you for letting me know that tip! :D |
On macOS, hotkey of screenshot is
Cmd + Shift + 3 or 4
.With rikaichamp, I'm able to search the kanji though, if I'd like to screenshot the words, I will trigger kanji search instead due to
shift
.STR:
On nikkei's homepage,
速報
速報
Cmd + Shift + 4
Expected Result
Able to screenshot the word (
速報
in this case)Actual Result
Kanji search triggered, then can't screenshot
速報
The text was updated successfully, but these errors were encountered: