Mitch Curtis

Results 53 comments of Mitch Curtis
trafficstars

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.

I guess only these tool buttons would move? ![image](https://user-images.githubusercontent.com/6002340/124349263-8a10fa80-dbee-11eb-9ee3-6a9fb109f2a6.png)

Or maybe even just these, since they are tools or directly related to tools: ![image](https://user-images.githubusercontent.com/6002340/124349307-b3318b00-dbee-11eb-8e3a-19243049337b.png)

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?