filmov
tv
Godot: Autohotkey script for fast zooming on 2d editor
![preview_player](https://i.ytimg.com/vi/qwCKHWXPlzg/sddefault.jpg)
Показать описание
If you are annoyed with the zoom speed of the 2d editor on godot, you can use this autohotkey script (windows only) to increase the mouse wheel scroll "speed" by scrolling multiple times in a row.
At the beggining of the video I'm scrolling normally, but then I start scrolling much faster by holding the super key.
Install autohotkey
then copy paste the code bellow (between the lines filled with ';') in a text file and save it with the extension ".ahk". After that you can do a fast zoom by holding the super key (the windows logo key) and rolling wheel up or wheel down.
;;;;;;;;;;;;;;;;;;;;
#WheelUp::
Send {WheelUp 100}
return
#WheelDown::
Send {WheelDown 100}
return
;;;;;;;;;;;;;;;;;;;;
====================
====================
At the beggining of the video I'm scrolling normally, but then I start scrolling much faster by holding the super key.
Install autohotkey
then copy paste the code bellow (between the lines filled with ';') in a text file and save it with the extension ".ahk". After that you can do a fast zoom by holding the super key (the windows logo key) and rolling wheel up or wheel down.
;;;;;;;;;;;;;;;;;;;;
#WheelUp::
Send {WheelUp 100}
return
#WheelDown::
Send {WheelDown 100}
return
;;;;;;;;;;;;;;;;;;;;
====================
====================