- AuthorPosts
- August 27, 2013 at 11:20 am #11308ldmParticipant
Hi All,
There is an option to set a keyboard shortcut for the Sticky Vertical Mode… What’s Java command should I use in order to add this action to my macro?
Thank you!
August 27, 2013 at 4:56 pm #11311Yutaka EmuraKeymasterPlease see Command Reference
http://www.emeditor.com/help/cmd/edit/vertical_mode.htm
editor.ExecuteCommandByID(4473);
August 28, 2013 at 9:58 am #11314ldmParticipantok, how can I check whether I’m in the Vertical Mode using a Java Script?
Is it possible to change a carret or mouse pointer when I’m in the Vertical Mode?
How can I exit the Vertical Mode using Java scripting?
Thank you
August 28, 2013 at 2:28 pm #11317Yutaka EmuraKeymasterHello,
You can use QueryStatusByID Method to find whether you are in the Vertical Mode.
http://www.emeditor.com/help/macro/editor/editor_querystatusbyid.htm
To exit from the vertical mode, you can run this command again.
There is no way to change a carret or mouse pointer when you are in the Vertical Mode. I will consider that in the future version. Alternatively, you can add the toolbar button. You are in the Vertical Mode if the button is press.
Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.