Hi guys
how can i set keyboard arrows to move left and right view ? ( Not mouse pan but keyboard - without out of my work command )
I don't think its possible without a little help.
MicroStation doesn't give you the functionality to configure keyboard shortcuts so we have to use what options it gives you.
I managed to do it this way:
F2: move left;selview 1 F3: move right;selview 1
#IfWinActive ahk_exe ustation.exe Left::F2 Right::F3
Obviously, you cannot see my hands in this clip, however, this is what happens when I press the arrow keys:
Answer Verified By: martinezx
Hello , thanks. Looks great and clever but not working on my.
F2 and F3 works as in your example
but arrows not. I installed HK software, i made the file in Notepad save with the same name
MS-ArrowKey-Pan.ahk , double click - the file is load - than i open Mstn file but arrows now working ( newest CONNECT )
Btw good think is to use 16 buttons mouse ( i am using 8 - so i use some keys for Modify solid, extrude , cut - very nice )
When you have the AHK file running, go to the system tray, right click the Green H icon and press Window Spy
Click on your open MicroStation CONNECT application window, and see what it says here:
Great - i had Microstation.exe ( not ustation )
now is working fine. Only problem is accudraw when add value and will move by arrow between numbers - but i can use mouse for it / backspace / In fact this is nice solution. Thanks. Propably we need add idea fo ideas forum to add full keyboard setup to Microstation
So if you can because your english is better clear this > MicroStation Ideas Portal (aha.io)
You're welcome, glad you got it working.