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

[BUG] Sometimes copy/paste stops working #26

Open
davidrenne opened this issue Jun 14, 2022 · 3 comments
Open

[BUG] Sometimes copy/paste stops working #26

davidrenne opened this issue Jun 14, 2022 · 3 comments
Labels
legacy bug Bugs inherited from the original 3DMM release

Comments

@davidrenne
Copy link

I dont know how to recreate it, but sometimes the keybindings for CTRL+C CTRL+V stop working and I have to resort to the bottom toolbar which is so time consuming. Maybe people on 3dmm.com know how to recreate the issue but its so annoying of a bug.

@davidrenne
Copy link
Author

Screen Shot 2022-06-14 at 12 46 51 PM

Confirmed by community members. This one might be fun to catch and fix.

@frank-weindel frank-weindel added the legacy bug Bugs inherited from the original 3DMM release label Dec 7, 2022
@willbr
Copy link

willbr commented Aug 6, 2023

@davidrenne do the other accelerators stop working too? Like undo Ctrl+Z or redo Ctrl+Y?

I wonder if they all get disabled.

/***************************************************************************
Disable the application accelerators
***************************************************************************/
void APP::DisableAccel(void)
{
AssertBaseThis(0); // Gets called from destructors
if (_cactDisable == 0)
{
#ifdef WIN
_haccel = vwig.haccel;
vwig.haccel = _haccelGlobal;
#else
RawRtn();
#endif
}
_cactDisable++;
}

@davidrenne
Copy link
Author

@willbr im not sure but I love all your code research and help with this project. You rock!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy bug Bugs inherited from the original 3DMM release
Projects
None yet
Development

No branches or pull requests

3 participants