BT MOD (set up like Photoshop) enhancement #359
Mistermozg1
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone. I Modified a couple of files to improve the user interface
1. Previously it was impossible to zoom more than 300%, changed to 600%, zoom works with (alt+wheel mouse)
2. The "Grout" cursor used to have a purple colored stroke, and a dotted line, plus there was also a cross in the middle. I changed that:
3. The problem with the "brush" was that the stroke color took on the color selected in the palette, so the cursor was lost on the white background if white was selected. I changed this for the brush as well
4. I also changed the scaling of the cursor. Previously it was scaled somewhere to the side (to the upper left corner) and the cursor disappeared at the moment of scaling, and when you release the PCM, the cursor is already in a completely different place, and this is very inconvenient. That's why I made centering from the center where the cursor was, and made the cursor stick to its original place until the RMB is released
2.mp4
3.mp4
It's also worth noting that I couldn't reassign the keys I wanted in python, so I'm using AutoHotKey, which is a key reassignment program.
I need this to use:
(ALT+Mouse scroll), to zoom the image
(ALT+RMB) to zoom the Brush and Trowel cursor.
(Space+LMB) to move the image
(Shift) to lock the mouse cursor, only for horizontal movement
All of this is set up the way it is in Photoshop
Instruction:
link to modified python files:
ui.zip Put them in the root folder of the program, in the "ui" folder
link to AHK script:
BT HOT KEYS UPDATE.zip You can unzip it anywhere you want, it doesn't matter.
To make it work you will also have to download the free AutoHotKey program from the official website https://www.autohotkey.com/ and install it, then just run BT HOT KEYS UPDATE.ahk
Done!
Beta Was this translation helpful? Give feedback.
All reactions