Mitch Curtis
Mitch Curtis
Hi, thank you for the feedback. :) I am using Qt Quick items for the cursors currently: https://github.com/mitchcurtis/slate/blob/7fd4bba63eb550a96c7d5b8b1c93e62205529ce2/app/qml/ui/CanvasContainer.qml#L50-L78 The benefit of this approach is that the cursors can be coloured,...
https://github.com/mitchcurtis/slate/commit/63bccdf06f124ab9cd8b652b271add17e48bc378 helps a quite a bit, but it's still off.
This probably has something to do with alt being a global shortcut for activating menu items on Windows. I wonder if it would work if there wasn't a (native) menu...
Seems to be an issue for Photoshop on Windows as well, with several common hacks to work around it: - https://superuser.com/questions/1086805/windows-10-how-to-disable-menu-bar-toggle-by-pressing-alt - https://answers.microsoft.com/en-us/windows/forum/windows8_1-desktop/how-can-i-disable-altunderlined-letter-shortcut-in/67a6e0b1-f161-4870-b9f5-33470f1a5ddb What we might have to do in...
Good point... this has bothered me too, without even being aware of it.
Thanks for the feedback!
I guess only these tool buttons would move? 
Or maybe even just these, since they are tools or directly related to tools: 
Thanks for the feedback. > lots of components of slate become inaccessible. To clarify, you're referring to the tool buttons that are out of view? If so, I believe that...
@not-surt do you know what would be causing this and how we could fix it?