Workspace dialog keyboard issue

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
kalons
Posts: 11
Joined: Wed Jun 08, 2005 11:17 am
Contact:

Workspace dialog keyboard issue

Post by kalons »

Ctrl+[Shift+]Tab in the Workspace Default Options dialog do the same as Tab/Shift+Tab; they should change the active tab instead.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I will look into this.

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The latest Zeus for Windows release adds these new keyboard functions:

Code: Select all

NavigatorViewClasses   - Set the classes as the active navigator panel.
NavigatorViewDrives    - Set the drives as the active navigator panel.
NavigatorViewFiles     - Set the files as the active navigator panel.
NavigatorViewFunctions - Set the functions as the active navigator panel.
NavigatorViewWorkspace - Set the workspace as the active navigator panel.
It should now be possible to implement this feature by rebinding these keys to one of the functions shown above.

Jussi
Post Reply