Is the prefix key concept limited to Ctrl combinations? I was hoping to use function keys as a prefix to implement a small set of macros that mimic certain aspects of Brief-like windowing. No go? I guess this could be done with a macro bound to the function key that accepts a second character, and that might even be a better solution.
Is it possible to get/set window sizes and coordinates for MDI windows? That might also be useful to help manage window configurations on the screen.
Key Mapping Prefix Keys
The prefix keys are limited ot Ctrl+A through to Ctrl+Z, Escape and Numlock.Is the prefix key concept limited to Ctrl combinations?
The prefix keys are for implementing mappings like Emacs which define keyboard functions as two key combinations. For example to exit Zeus in Emacs mode would require hitting the Ctrl+X followed by the Ctrl+C keys. The Ctrl+X is the prefix key in this case.I was hoping to use function keys as a prefix to implement a small set of macros that mimic certain aspects of Brief-like windowing. No go?
That would work, but why doesn't a prefix key also workI guess this could be done with a macro bound to the function key that accepts a second character, and that might even be a better solution.

For example if I edit the keyboard mapping, selecting the Ctrl+X prefix, type in the character A and bind it to FileNew, I can open a new file by:
- Pressing and releasing Ctrl+X
- Pressing and releasing A
Is it possible to get/set window sizes and coordinates for MDI windows?
Unfortunately not

Cheers Jussi