-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Delete key not working on Mac #152
Comments
Thanks for reporting the issue. Unfortunately, I don't have mac to test it so this fix may take time. However, if you're a developer I'll appreciate if you can debug and fix the issue. In addition of this, can you please share the console logs? It may help us to fix the issue without having mac. |
There are two issues.
These two fixes can be applied to the file workarea.tag.html which fixes the problem for me. change line 31: change line 54 (adds Ctl-A as a synonym for Alt-A) |
|
I found this library, which seems like it will solve the various OS keyboard compatibility issues: https://wangchujiang.com/hotkeys/ |
Thanks it'll be helpful. |
i have solved the issue tell me if is good solution for your program #152 |
I'm thinking to use the 3rd party lib suggested by @gitclem . Otherwise we'll have to keep patching our code. |
I don't have knowledge about Mac, but if Del. key not working and there is no other alternatives so may be browser have something to del. that thing i am not sure, because i really don't have any knowledge about these type of bugs. |
|
f+delete is the normal way to do a forward delete on the Mac. The "delete" key does backward delete |
Is this issue still open? If yes, Can you please brief me about it? |
I don't know. I'm no longer employed at the job where I encountered this. So, I haven't used this code in months. My understanding is the problem is the Mac control/option/command keys work differently from windows control keys (which may be yet different again from Linux) within JavaScript. I think there needs to be a conditional to check which OS is running, then interpret the keys appropriately. I was a bit of a newbie with git at the time, but now I realize I should have made a Pull Request once I had figured out how to fix the problem... |
Still open. Keyboards without forward delete key need to do something like |
Describe the bug
I am not able to delete a wrong annotation in Mac using Chrome.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Even after pressing delete key multiple times, it is not working.
Console Errors
None
Device detail
(please complete the following information):
Additional context
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: