cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
315 stars 21 forks source link

issues with undo shortcut ctrl+z on windows10 #35

Open neo-backwards-one opened 3 years ago

neo-backwards-one commented 3 years ago

PabloDraw3.3.0-alpha1 on windows 10 (1909)

sometimes when trying to undo via shortcut ctrl+z instead of undoing it adds new characters to the drawing as shown in the picture provided.

03

one way of fixing this is selecting edit from the menu and closing it again right after. ctrl+z then works again, but i havent measured how long that persists.

cwensley commented 3 years ago

Hm, yeah there's something wrong going on with shortcuts on windows. Thanks for reporting the issue!

ericolito commented 3 years ago

Ctrl+z is wonky on the Linux version as well! I'll drop you a list of minor UI bugs later. :)

neo-backwards-one commented 3 years ago

Hm, yeah there's something wrong going on with shortcuts on windows. Thanks for reporting the issue!

thats true this applies for other shortcuts as well.

also on pablo2 one would hit backspace while shift key is still pressed. ever since pablo3 this acts like a shortcut to add the character "" which i'm probably not copying correctly here. why this is annoying for me is because i use a lot of "/"'s in my pictures and my pinky usually just sits on the shift key.

cwensley commented 3 years ago

Thanks for the additional information, @neo-backwards-one. I'll try to resolve that one as well.

cwensley commented 2 years ago

@neo-backwards-one The original issue with ctrl+z should now be fixed with 3.3.0-beta1, I still have to work on the shift+backspace issue.