Character windows - system variables¶
!temp sys.MenuCR,,i1 |
Controls hotkey behaviour in ring menus |
This variable applies to the ring menu style only. It determines whether pressing a menu item’s hotkey causes the item simply to be brought into focus, or focused and selected. It may be set to ON or OFF.
If sys.MenuCR is ON, pressing a menu item’s hotkey brings the item into focus and selects it.
If sys.MenuCR is OFF, pressing the hotkey merely brings the item into focus. It must then be selected by pressing RETURN, in order to activate the item.
In the dropdown menu style pressing a hotkey always causes the item to be selected.
The default is for sys.MenuCR to be ON.
EXAMPLE
sys.MenuCR = OFF
The extra flag EM_OVERTYPE is available. It sets overtype mode rather than insert mode. See Edit mode under Character windows - properties.
RELATED TOPICS |