kenalcock wrote:Opus hotkey assignments (that are not system-wide) will not work when any of the following have the system focus:Opus hotkey assignments (that are not system-wide) will work if any of the following has the system focus:
- Any of the three Utility Panels
- The Viewer Pane
- Fields on toolbars
- The folder Tree
- A File Display
kenalcock wrote:You can create a workaround to set focus from the Internal Viewer back to the Source file display by doing the following:Now, whenever you tab into the Internal Viewer pane, you can always get back by pressing Win + Shift + O. The same hotkey above should also work to set focus to Opus from any other Windows program as well.
- Right-click any Opus toolbar and select Customize.
- From the Customize dialog select the Keys tab.
- Create a new hotkey.
- Ensure the System-wide Hotkey option is enabled.
- IMPORTANT: You must choose a unique hotkey that is not used by any software package, including Windows. So key sequences such as: spacebar and tab, even when combined with qualifier keys (Alt, Shift, Ctrl) are not viable options, since most combinations have a meaning in Windows itself or in other Windows programs. For this particular function, I personally use Win + Shift + O.
- Specify this function:
- Code: Select all
Go LASTACTIVELISTER
Set FOCUS=Source- Set Name and Tip values to personal preferences.
- Save the hotkey and exit Customize.
#IfWinActive, ahk_class dopus.lister
F1::ControlFocus, dopus.filedisplay1, ahk_class dopus.lister
F2::ControlFocus, TRichEditHack1, ahk_class dopus.lister
#IfWinActive
blogward wrote:The debug.txt option doesn't work either; I cut and pasted the filename from the readme, honest.
blogward wrote:SOLVED! - Installed Office 2003 and it works!