Viewing 6 posts - 1 through 6 (of 6 total)
- AuthorPosts
- December 10, 2019 at 9:49 am #26468WernerParticipant
How can I quickly activate the virtual space.
Now I always have to go to the properties first to activate the checkbox. A button is missing here …December 10, 2019 at 2:11 pm #26470Yutaka EmuraKeymasterHello,
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.
December 11, 2019 at 12:23 am #26477WernerParticipantThank you, it worked.
December 12, 2019 at 12:26 pm #26483LTTParticipant@Yutaka ,
Is it possible to enhance #status directive to support the options (properties), for such macros?
—————
emeditor_en.chm::/macro/directive/status.htm
Specifies the status (whether the macro is enabled and whether it is checked) of the current macro should mimic the command specified by the ID.
▲ “which” is missing before “should”?September 19, 2021 at 5:08 pm #26475WernerParticipantThank you, it worked.
September 19, 2021 at 5:08 pm #26476WernerParticipantThank you, it worked.
- AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.