How can I map the camera rotate, zoom and pan buttons to single keys in ZBrush? I see there are buttons in the RMB quick menu that pops up, and there additional buttons on the side panel near the axis rotation selection buttons, but when I map them to a button they don’t work. For example, I mapped the ‘rotate’ button to the ‘q’ key, and it shows that it was successfully mapped, but nothing happens when I use the q key. Same for the rotate and move buttons.
I struggle with hand pain and ZBrush navigation requires a lot of needless hand gymnastics when i use my tablet. I don’t want to sound like i’m overly complaining here, but pressing on the pen key to access the RMB is really killing my hand.
I’m aware of navigating via clicking in the background and by using the area outside of the document ‘frame’ but I don’t prefer those methods. I’ve also made a custom script in autohotkey, but this doesn’t work unless i’m at a computer with AHK installed, obviously.
Surely there is a way to perform this most basic of customizations?
Edit: I can’t find another suitable solution anywhere, so here’s my custom AutoHotKey script below for anyone who wants to use dedicated hotkeys in ZBrush. It looks for the following custom hotkey combos and sends the corresponding ZBrush commands to perform viewport pan/rotate/zoom navigation: ‘CapsLock + q’ , ‘CapsLock + w’ and ‘CapsLock + e’ hotkey combos. It ensures CapsLock stays off during use, but will remain a functional key outside of ZBrush. As long as you dont have CapsLock custom mapped to anything, all of the native ZBrush shortcuts will work the same.
For those unfamiliar with AutoHotKey who might find this script useful:
-Install Autohotkey, then copy/past the above script into a blank notepad document, and save it with the file extension “.ahk” anywhere on your PC. Double-click your newly created .ahk file and the script will open/run with AutoHotKey and a tray icon will appear which you can right-click on to pause/terminate the script with.
-Here’s a link to the AutoHotKey Website for download
-Here’s a link to instructions on how to make script start with windows