#26470
Yutaka Emura
Keymaster

Hello,
You can write a macro like this:

cfg = document.Config;
general = cfg.General;
general.VirtualSpace = !general.VirtualSpace;
cfg.Save();

then assign this macro as a keyboard shortcut or toolbar button.